Configuración de WHM/Cpanel

Update Operating System

  1. Execute if Centos:
    yum -y update
  2. Restart VPS
    reboot

Install the CPanel

  1. 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 )
  2. Deactivate firewall (CentOS 7)
    iptables-save > ~/firewall.rules
    
    systemctl stop firewalld.service
    systemctl disable firewalld.service
  3. Deactivate Network Manager (CentOS 7)
    systemctl stop NetworkManager.service
    systemctl disable NetworkManager.service
    systemctl enable network.service
    systemctl start network.service
  4. 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
  5. We restart
    reboot

Update the CPanel

  1. Open a screen screen so you do not lose your job if you lose your Internet connection:
    screen -R
  2. To update CPanel, the following command is executed (this operation takes time to complete):
    /usr/local/cpanel/scripts/upcp
  3. 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

  1. Enter as the customer in the customer control panel
  2. Select the product of the domain
  3. Select the Create Nameserver menu
  4.  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.


Was this article helpful?

mood_bad Dislike 11
mood Like 3
visibility Views: 9209