How to Install CPanel/WHM on VPS
Introduction
cPanel/WHM is a popular web hosting control panel for managing websites, emails, and servers. Esta guía te muestra cómo instalar cPanel/WHM en tu VPS (requiere licencia).
Step-by-step Guide
- Update your system
- sudo yum update -y
- Set a valid hostname (FQDN)
- hostnamectl set-hostname server.example.com
- Download and run the cPanel installation script
- cd /home
- curl -o latest -L https://securedownloads.cpanel.net/latest
- sh latest
- Wait for the installation to complete (It may take 30-60 minutes).
- Access WHM in your browser
- https://your_server_ip:2087
- Inicia sesión con el usuario root y la contraseña de tu servidor.
- https://your_server_ip:2087
- Sigue el asistente de configuración inicial de WHM.
Recommendations
- Usa una licencia válida de cPanel/WHM.
- Mantén tu sistema y cPanel actualizados.
- Configura copias de seguridad automáticas desde WHM.
Call To Action
¿Necesitas un VPS compatible con cPanel? Descubre nuestros planes: https://xernode.com/#pricing
Related Guides
- How to Install Webmin for Server Management
- How to Set Up a Mail Server (Postfix)
- How to Install Apache Web Server