A quick guide to installing cPanel onto your server.
Firstly, check that you have a fresh install of your chosen operating system (CentOS is recommended) and that SELinux is disabled (How do you disable SELinux? find out below).
Connect to your server through the root SSH login.
Edit the file at directory “/etc/selinux/config“, if you are using nano on your server, you can use the following command to open the file for editing through SSH:
- nano /etc/selinux/config
Replace:
- SELINUX=enabled
With:
- SELINUX=disabled
