Un panneau de contrôle vous permet de gérer votre VPS via une interface graphique : sites web, bases de données, emails, certificats SSL, sans ligne de commande.
| Panneau | Type | Licence | Usage recommandé |
|---|---|---|---|
| cPanel/WHM | Commercial | ~15€/mois | Hébergement web professionnel, revendeurs |
| Plesk | Commercial | ~9€/mois | Hébergement Windows/Linux, agences |
| HestiaCP | Open source | Gratuit | Hébergement personnel/PME |
| ISPConfig | Open source | Gratuit | Multi-serveurs, hébergeurs |
| Webmin | Open source | Gratuit | Administration système générale |
# Prérequis : Ubuntu 20.04 ou 22.04 LTS, minimum 1 GB RAM # Connexion en root : wget https://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hst-install.sh bash hst-install.sh --hostname votre-serveur.com --email admin@votredomaine.com \ --password VOTRE_MOT_DE_PASSE --lang fr --apache no --phpfpm yes \ --multiphp yes --nginx yes --mysql yes --named yes
Installation en 10-15 minutes. Accès : https://VOTRE_IP:8083
# Ubuntu/Debian curl -o setup-repos.sh https://raw.githubusercontent.com/webmin/webmin/master/setup-repos.sh sh setup-repos.sh apt install --install-recommends webmin
Accès : https://VOTRE_IP:10000
ufw allow 8083/tcp # HestiaCP ufw allow 10000/tcp # Webmin ufw allow 2083/tcp # cPanel SSL ufw allow 8443/tcp # Plesk SSL
ufw allow from VOTRE_IP to any port 8083Si vous souhaitez cPanel ou Plesk, commandez la licence depuis votre espace client WebTic → Licences Serveur → Choisir cPanel ou Plesk. La licence est activée sur l'IP de votre VPS sous 2h.