How to install ISPmanager on a VPS or Dedicated Server
Discover how to install ISPmanager on your OVHcloud VPS or Dedicated Server and manage your websites, databases, and associated services
Objective
ISPmanager is an all-in-one web hosting panel that simplifies the management of websites, databases, accounts, TLS/Let's Encrypt certificates, and associated services via a web interface. This guide explains how to install ISPmanager on a clean VPS or Dedicated Server and access the interface for initial configuration.
Discover how to install ISPmanager on an OVHcloud VPS or Dedicated Server.
Informationen zur Verwaltung Ihrer OVHcloud Dienste und wie Sie die passende Unterstützung finden
Beachten Sie bei der Verwendung der OVHcloud Anleitungen die folgenden Bedingungen:
- Die Anweisungen sind so detailliert wie möglich, können jedoch nicht alle individuellen Anwendungsfälle abdecken. Gegebenenfalls müssen Sie die beschriebenen Schritte an Ihre Anforderungen anpassen.
- Das OVHcloud Ökosystem ist auf Flexibilität und Wahlfreiheit ausgelegt. Kunden sind daher für die sichere und ordnungsgemäße Konfiguration ihrer Dienste verantwortlich. Um Datenverlust vorzubeugen, empfehlen wir dringend, Backup-Strategien für alle wichtigen Daten anzuwenden.
- Unsere Anleitungen und Tutorials können Software oder Dienste von Drittanbietern in Kombination mit OVHcloud Lösungen umfassen. Der technische Support von OVHcloud beinhaltet nicht die Konfiguration von Systemen oder Produkten außerhalb unserer Verantwortung. Dazu zählen unter anderem:
- Betriebssysteme und Benutzeroberflächen (Windows, Debian, Plesk etc.).
- Jegliche andere Drittanbieter-Software (FTP-Clients, E-Mail-Programme etc.).
- Dienste anderer Anbieter (DNS, APIs, Benutzeroberflächen etc.).
Um bei Problemen die passende Unterstützung zu erhalten, beachten Sie folgende Hinweise:
- Sie benötigen individuelle Hilfe oder möchten ein Thema besprechen, das in unserer Dokumentation nicht ausführlich behandelt wird?
Treten Sie der OVHcloud Community bei, um nach Ihrem Thema zu suchen und sich mit anderen Nutzern auszutauschen. - Sie möchten einen Vorfall zu Ihrem OVHcloud Dienst melden oder haben Schwierigkeiten im OVHcloud Kundencenter?
Erstellen Sie eine Supportanfrage in unserem Help Center. - Sie benötigen professionelle Unterstützung für Ihr Projekt oder Hilfe bei Aufgaben außerhalb unseres Support-Bereichs?
Besuchen Sie unser Partnerportal, um Experten zu finden, die mit OVHcloud Lösungen vertraut sind. - Sie suchen ausführlichere Informationen zu unseren Support Levels und Professional Services?
Besuchen Sie unsere Webseiten zu den OVHcloud Support Levels und den OVHcloud Professional Services.
Sie können dazu beitragen, unsere Dokumentation zu verbessern:
- Sie möchten Feedback zur Verbesserung einer Anleitung geben oder unzureichende Informationen auf einer bestimmten Seite melden?
Nutzen Sie die Schaltflächen unter „War diese Seite hilfreich?“ am Ende der Seite. - Sie möchten eine konkrete Aktualisierung der Dokumentation vorschlagen?
Verwenden Sie die Funktion „Diese Seite bearbeiten“ am Ende der Seite oder in der Seitenleiste.
Requirements
- A VPS or a Dedicated Server in your with a recommended configuration for ISPmanager.
- Administrator 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 process may take several minutes.
To allow incoming and outgoing connections, consult the official ISPmanager documentation to determine which ports to open based on your needs.
Example of opening ports for Debian / Ubuntu
1. Install UFW:
2. Open the necessary ports (examples: SSH, ISPmanager panel, HTTP/HTTPS):
3. Enable UFW and check its status (the value "ALLOW" is expected):
Example of opening ports for AlmaLinux
1. Install firewalld:
2. Enable and start the service:
3. Open the necessary ports (examples: SSH, ISPmanager panel, HTTP/HTTPS):
4. Apply the configuration:
Step 3 — Install ISPmanager
1. Install wget:
2. Download the ISPmanager installation script:
3. Run the installer:
During installation:
- Choose the stable branch.
- Select the edition (Lite/Pro/Host) with recommended components.
- Choose your preferred web server and database.
- The installer installs necessary dependencies (this may take several minutes).
"Incorrect hostname" message during installation
If the following message appears during installation:
This means your server's hostname is not a fully qualified domain name (FQDN). To proceed, enter a valid domain name pointing to your server, for example:
If you do not yet have a domain name linked to your VPS, consult our guide "Edit an OVHcloud DNS zone" to point your domain name to your VPS's IP address.
Step 4 — First connection
Once installation is complete, enter the URL https://<IP_VPS>:1500/ispmgr in your browser, replacing <IP_VPS> with your VPS's IP address.
On first access, a self-signed certificate is used. Accept the browser warning to continue.
The following interface appears:

By default, the first connection to the ISPmanager interface uses the server's root system account. If you connect via SSH with a non-root user (e.g., almalinux, debian, ubuntu) and root has no password, run the following commands:
Switch to root:
Set a password for the root user:
On the ISPmanager login interface, enter the following:
- Username: root.
- Password: the password for the root account you just set.
Accept the license agreement that appears to continue. Installation is complete, and the ISPmanager administration interface is accessible at https://<IP_VPS>:1500/ispmgr.
Go further
For specialized services (SEO, development, etc.), contact OVHcloud partners
Join our community of users.