How to install CloudPanel on a VPS or a Dedicated Server
Find out how to install the CloudPanel administration interface on a VPS or a Dedicated Server
Objective
CloudPanel is a modern, lightweight, and high-performance hosting control panel, offering a web interface to deploy and manage:
- websites using PHP or Node.js;
- databases;
- SSL/TLS certificates (Let's Encrypt);
- users;
- a firewall.
This guide explains how to install CloudPanel on a VPS or a Dedicated Server and how to connect to it to perform the initial configuration.
Informazioni sull’amministrazione dei servizi OVHcloud e su come trovare l’assistenza appropriata
Durante l’utilizzo delle guide OVHcloud, tieni presente le seguenti condizioni:
- Le istruzioni mirano a fornire il maggior numero possibile di dettagli, ma non possono coprire tutti i casi d’uso individuali. Potrebbe essere necessario adattare le azioni descritte alle tue esigenze.
- L’ecosistema OVHcloud è progettato per garantire flessibilità e libertà di scelta. I clienti sono quindi responsabili della configurazione corretta e sicura dei propri servizi. Per evitare la perdita di dati, ti consigliamo vivamente di applicare strategie di backup a tutti i tuoi dati importanti.
- Le nostre guide e i nostri tutorial possono fare riferimento a software o servizi di terze parti in combinazione con le soluzioni OVHcloud. Il supporto tecnico fornito da OVHcloud non include la configurazione di sistemi o prodotti al di fuori della nostra responsabilità . Questo include, a titolo esemplificativo:
- Sistemi operativi e interfacce utente (Windows, Debian, Plesk, ecc.).
- Qualsiasi altro software di terze parti (client FTP, software di posta elettronica, ecc.).
- Servizi offerti da altri provider (DNS, API, interfacce utente, ecc.).
Per ricevere l’assistenza appropriata in caso di problemi, segui queste indicazioni:
- Cerchi una consulenza personalizzata o vuoi discutere di un argomento non trattato in dettaglio nella nostra documentazione?
Unisciti alla Community OVHcloud per cercare il tuo argomento e confrontarti con altri utenti. - Devi segnalare un incidente relativo al tuo servizio OVHcloud o riscontri difficoltà nello Spazio Cliente OVHcloud?
Crea una richiesta di supporto nel nostro centro assistenza. - Hai bisogno di assistenza professionale per il tuo progetto o di aiuto per attività al di fuori del nostro perimetro di supporto?
Visita il nostro portale dei partner per trovare esperti che conoscono le soluzioni OVHcloud. - Cerchi informazioni più dettagliate sui nostri livelli di supporto e sui Professional Services?
Visita le nostre pagine web sui livelli di supporto OVHcloud e sugli OVHcloud Professional Services.
Puoi partecipare al miglioramento della nostra documentazione:
- Vuoi condividere un feedback per migliorare una guida o segnalare informazioni insufficienti su una pagina specifica?
Utilizza i pulsanti "Questa pagina ti è stata utile?" in fondo alla pagina per farcelo sapere. - Vuoi proporre un aggiornamento concreto della documentazione?
Utilizza la funzione "Modifica questa pagina", disponibile in fondo alla pagina e nella barra laterale.
Requirements
- A VPS or a Dedicated Server with a recommended configuration in your .
- An administrative access (sudo) via SSH to your server.
Instructions
Step 1 — Connect and update the system
Connect to the server
Open a terminal and connect to your VPS (or Dedicated Server) using the following command:
Replace:
userwith your username.IP_VPSwith your VPS's IP address.
Update the system
Update your operating system. This operation may take several minutes.
Step 2 — Open required ports (firewall)
To allow incoming and outgoing connections, refer to the Port Firewall section of the official CloudPanel documentation to find out which ports to open based on your needs.
Example of port opening for Debian and Ubuntu
1. Install UFW:
2. Open the necessary ports (examples: SSH, CloudPanel panel, HTTP/HTTPS):
3. Enable UFW and check its status (the value "ALLOW" is expected):
Example of port opening for AlmaLinux 9 and Rocky Linux 8
1. Install firewalld:
2. Enable and start the service:
3. Open the necessary ports (examples: SSH, CloudPanel panel, HTTP/HTTPS):
4. Apply the configuration:
Step 3 — Install CloudPanel
1. Install wget:
3. Run the installer with the desired database engine:
Run the script specifying the database you want to install (MySQL or MariaDB).
- Example with MySQL 8.4:
- Example with MariaDB 11.4:
The installation may take several minutes, as the script automatically installs the necessary dependencies.
Step 4 — First connection
Once the installation is complete, enter the URL https://<IP_VPS>:8443 in your browser, replacing <IP_VPS> with your VPS's IP address.
On the first access, a self-signed certificate is used. Accept the browser warning to continue.
The following interface appears:

On the first launch, CloudPanel asks you to create the administrator account by providing a username, an email address, and a password. After completing this step, enter the username and password you just set to log in. You then arrive at the CloudPanel administration interface.
Go further
How to secure a Dedicated Server
For specialized services (SEO, development, etc.), contact OVHcloud partners
Join our community of users.