Update Operating System
- Execute if Centos:
yum -y update
- Restart VPS
reboot
Install the CPanel
- Open a screen screen so you do not lose your job if you lose your Internet connection:
screen -R
(Note: To install screen in Centos you can use yum -y install screen )
- Deactivate firewall (CentOS 7)
iptables-save > ~/firewall.rules
- systemctl stop firewalld.service
- systemctl disable firewalld.service
- Deactivate Network Manager (CentOS 7)
- systemctl stop NetworkManager.service
- systemctl disable NetworkManager.service
- systemctl enable network.service
- systemctl start network.service
- To install CPanel, the following command is executed (this operation takes time to complete):
cd /home && curl -o latest -L https://securedownloads.cpanel.net/latest && sh latest
- We restart
reboot
Update the CPanel
- Open a screen screen so you do not lose your job if you lose your Internet connection:
screen -R
- To update CPanel, the following command is executed (this operation takes time to complete):
/usr/local/cpanel/scripts/upcp
- Check that there are no error messages. If everything went well, at the end it shows in text the instructions on how to enter the control panel
WHM configuration
After installing CPanel, you enter the panel with the IP https://xxx.xxx.xxx.xxx:2087
step 1
- I Agree
step 2
- Server Contact Email Address * (correo del cliente)
- This Server's Hostname * (vps.dominio.com)
- Primary Resolver * 8.8.8.8
- Secondary Resolver * 8.8.4.4
step 3
- only if the client has additional ip, next
step 4
- Nameserver 1: ns1.dominio
- Nameserver 2: ns2.dominio
- Add A Entries for Nameservers & Hostname
- marcar:Add "A Entries" for all Nameservers
- ns1.dominio: ip del VPS
- ns2.dominio: ip del VPS
- mark: Add "A Entries" for Hostname
step 5
- FTP leave by default Pure-FTPD
- Mail Configuration: Dovecot (VPS mini) Courier (VPS Pro y XL)
step 6
- If they are going to handle other users "leave it by default"
To create a Cpanel User:
If it is new in cpanel place
Local Mail Exchanger
if it already exists
Automatically Detect Configuration
Registration of the nameservers with the registrar
In the Conexcol customer panel
- Enter as the customer in the customer control panel
- Select the product of the domain
- Select the Create Nameserver menu
- In the Server Names Registry, proceed to register "ns1.domain.com" pointing to the IP of the server and "ns2.domain.com" to the IP of the server
Configure the PTR - Reverse Resolution
For the IP to resolve the domain, it is necessary to contact Conexcol and ask them to configure the inverse resolution in their registries. You have to send an email to Conexcol requesting the reverse registration of the ip of the new VPS
Send to: soporte@conexcol.net.co Regards, Please register the following PTR: ip of the VPS -> hostname Thank you.