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.
Informacje dotyczące administrowania usługami OVHcloud oraz jak znaleźć odpowiednią pomoc
Podczas korzystania z przewodników OVHcloud pamiętaj o następujących warunkach:
- Instrukcje zawierają możliwie najwięcej szczegółów, ale nie mogą obejmować wszystkich indywidualnych przypadków użycia. Może być konieczne dostosowanie opisanych działań do Twoich potrzeb.
- Ekosystem OVHcloud został zaprojektowany z myślą o elastyczności i swobodzie wyboru. Klienci są zatem odpowiedzialni za bezpieczną i prawidłową konfigurację swoich usług. Aby zapobiec utracie danych, zdecydowanie zalecamy stosowanie strategii kopii zapasowych dla wszystkich ważnych danych.
- Nasze przewodniki i tutoriale mogą odwoływać się do oprogramowania lub usług firm trzecich w połączeniu z rozwiązaniami OVHcloud. Wsparcie techniczne OVHcloud nie obejmuje konfiguracji systemów ani produktów pozostających poza naszą odpowiedzialnością. Dotyczy to między innymi:
- Systemów operacyjnych i interfejsów użytkownika (Windows, Debian, Plesk itp.).
- Wszelkiego innego oprogramowania firm trzecich (klienty FTP, programy pocztowe itp.).
- Usług oferowanych przez innych dostawców (DNS, API, interfejsy użytkownika itp.).
Aby uzyskać odpowiednią pomoc w przypadku problemów, postępuj zgodnie z poniższymi wskazówkami:
- Szukasz spersonalizowanej porady lub chcesz omówić temat, który nie został szczegółowo opisany w naszej dokumentacji?
Dołącz do społeczności OVHcloud, aby wyszukać swój temat i skontaktować się z innymi użytkownikami. - Musisz zgłosić incydent dotyczący Twojej usługi OVHcloud lub masz trudności w panelu klienta OVHcloud?
Utwórz zgłoszenie do wsparcia w naszym centrum pomocy. - Potrzebujesz profesjonalnej pomocy przy swoim projekcie lub wsparcia w zadaniach wykraczających poza zakres naszego wsparcia?
Odwiedź nasz portal partnerów, aby znaleźć ekspertów znających rozwiązania OVHcloud. - Szukasz bardziej szczegółowych informacji o naszych poziomach wsparcia i usługach Professional Services?
Odwiedź nasze strony internetowe: poziomy wsparcia OVHcloud oraz OVHcloud Professional Services.
Możesz uczestniczyć w ulepszaniu naszej dokumentacji:
- Chcesz przekazać opinię, aby ulepszyć stronę przewodnika, lub zgłosić niewystarczające informacje na konkretnej stronie?
Skorzystaj z przycisków „Czy ta strona była pomocna?” na dole strony, aby nas o tym poinformować. - Chcesz zaproponować konkretną aktualizację dokumentacji?
Skorzystaj z funkcji „Edytuj tę stronę”, dostępnej na dole strony oraz w panelu bocznym.
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.