cPanel Setup - File Explorer

This tutorial is part of the series
cPanel Server Setup Guide

Continuing with our cPanel Setup series, this tutorial will give you an overview about setting up ConfigServer Explorer (CSE) onto your WHM powered VPS.

This is not an essential plugin, but definitely one that is very handy, and again it is completely free, so why not?

Written By

Kenny Turner


Founder of southcoastweb, Passionate about PHP, MySQL, Laravel and Linux Servers.

Getting Started

We will be installing a free file explorer plugin for WHM. You can read more about the file explorer if you visit the ConfigServer website, and there are also a couple of plugins for WHM that are also very useful. To read more about the ConfigServer Explorer please visit this page: https://configserver.com/configserver-explorer-cse/

Installation

This is how to install the plugin in the simplest way on WHM server.

  1. Log onto your WHM server as root access
  2. In the search bar at top of menu type : terminal
  3. Select the option from the sidebar to open the built in terminal
  4. To download and install CSE please enter the following commands into the terminal:
cd /usr/src
rm -fv /usr/src/cse.tgz
wget https://download.configserver.com/cse.tgz
tar -xzf cse.tgz
cd cse
sh install.sh
rm -Rfv /usr/src/cse*

Using CSE

How to use it!

Taking it further

For more information please vist the website, where you will find a simple guide.
Just in case you missed the link earlier her it is again:
https://configserver.com/configserver-explorer-cse/

Uninstalling CSE

So it didn’t work out?

This is how to uninstall the plugin in the simplest way on WHM server.

  1. Log onto your whm server as root access
  2. In the search bar at top of menu type : terminal
  3. Select the option from the sidebar to open the built in terminal
  4. To Uninstall CSE please enter the following commands into the terminal:
cd /usr/src
rm -fv /usr/src/cse.tgz
wget http://download.configserver.com/cse.tgz
tar -xzf cse.tgz
cd cse
sh uninstall.sh
rm -Rfv /usr/src/cse*

More Tutorials

Here are some more tutorials that we think might be helpful for you. Feel free to contact us if there's anything you might need

cPanel Setup - Firewall

In this tutorial, which is part of our cPanel Setup series, we will give you a brief overview about setting up ConfigServer Firewall (CSF) onto your WHM powered VPS. This will protect your server from unwanted visitors and attempts at brute forcing onto the server. A firewall to protect your server is a must, and this is probably one of the most commonly used ones, and even better, it is completely free to use.

Automating your service and repository patterns in Laravel with command generators

"Why spend 20 seconds doing something when you can spent 4 hours automating it," goes the proverb. See any professional proverbists around any more? No, because they've all been automated. Also it's fun. Whatever your programming pattern in Laravel, chances are that the php artisan make:x command is going to leave you high and dry on occasion. That's why it can be useful to have your own commands available to cover those gaps. We're going to go with the example of the "Service" pattern below.

Passing through slots in Vue

If you're keeping your Vue component sizes small, there's a good chance you'll need to implement a wrapper component at some point. If you're only utilising the default slot for these, it can be as simple as putting a <slot /> tag inside your wrapper component. However, there's a bit more effort involved if you need to pass through named slots to your base component

How to Create a Simple Button Component in Figma

In this tutorial, we’ll create a simple button using Figma’s built-in component system.

Easier Laravel polymorphic relationships with MorphMap

Polymorphic relationships are a hugely powerful way to make connections between tables in a Laravel application. Say you have tables called companies, users, & admins and all three needed to store addresses, without polymorphic relationships, we'd either have to forego standard two-way relationships in an addresses table and just use the ID, or we'd have to have three separate addresses tables, or even have all of our address fields on each of our three tables. All carry the weight of redundancy, repetition and unnecessary complexity.

Copyright 2007 - 2024 southcoastweb is a brand of DSM Design.