Skip to content

Commit fc0be61

Browse files
authored
Merge pull request #7708 from ovh/fix-plesk-documentation
fix(plesk): update plesk documentation
2 parents 051653c + f9c6cba commit fc0be61

39 files changed

+474
-605
lines changed
Lines changed: 32 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: 'Plesk auf einer Instanz installieren'
3-
excerpt: 'Erfahren Sie hier, wie Sie Plesk auf Ihrer Public Cloud Instanz einrichten'
4-
updated: 2018-03-26
2+
title: Plesk auf einer Public Cloud Instanz installieren
3+
excerpt: Erfahren Sie hier, wie Sie Plesk auf Ihrer Public Cloud Instanz einrichten
4+
updated: 2025-04-08
55
---
66

77
## Ziel
@@ -14,12 +14,12 @@ Plesk ist ein einfach zu verwendendes Server-Verwaltungsinterface. Sie können e
1414
>
1515
> OVHcloud stellt Ihnen Dienstleistungen zur Verfügung, für die Sie die alleinige Verantwortung tragen. Da wir keinen Zugriff auf diese Maschinen haben, können wir hierfür keinerlei Administrator-Aufgaben übernehmen oder sonstige Hilfeleistung anbieten. Es liegt daher in Ihrer Verantwortung, das Softwaremanagement und die tägliche Sicherheit zu gewährleisten.
1616
>
17-
> Wir stellen Ihnen diese Anleitung zur Verfügung, um Ihnen bei der Bewältigung alltäglicher Verwaltungsaufgaben zu helfen. Wir empfehlen Ihnen jedoch, sich an einen [spezialisierten Dienstleister](https://partner.ovhcloud.com/de/directory/) zu wenden, wenn Sie Schwierigkeiten oder Zweifel hinsichtlich der Verwaltung, Nutzung oder Sicherheit eines Servers haben. Sie können sich auch jederzeit an unsere [Community](https://community.ovh.com/en/) wenden, um sich mit anderen Benutzern auszutauschen.
17+
> Wir stellen Ihnen diese Anleitung zur Verfügung, um Ihnen bei der Bewältigung alltäglicher Verwaltungsaufgaben zu helfen. Wir empfehlen Ihnen jedoch, sich an einen [spezialisierten Dienstleister](/links/partner) zu wenden, wenn Sie Schwierigkeiten oder Zweifel hinsichtlich der Verwaltung, Nutzung oder Sicherheit eines Servers haben. Sie können sich auch jederzeit an unsere [Community](/links/community) wenden, um sich mit anderen Benutzern auszutauschen.
1818
>
1919
2020
## Voraussetzungen
2121

22-
- Sie verfügen über eine [Public Cloud Instanz](/links/public-cloud/public-cloud).
22+
- Sie verfügen über eine [Public Cloud Instanz](/pages/public_cloud/compute/create_a_public_cloud_project).
2323
- Sie haben [administrativen Zugriff](/pages/public_cloud/compute/public-cloud-first-steps#connect-instance).
2424

2525
## In der praktischen Anwendung
@@ -28,69 +28,55 @@ Plesk ist ein einfach zu verwendendes Server-Verwaltungsinterface. Sie können e
2828

2929
Plesk kann über eine SSH-Verbindung installiert werden. Laden Sie hierzu das Plesk-Installationsskript herunter und starten Sie dieses mit dem für Sie passenden Befehl:
3030

31-
- **Nicht angepasste Plesk-Standardinstallation**
31+
> [!primary]
32+
>
33+
> Je nach dem OS Ihrer Instanz ist der Befehl sudo allein möglicherweise nicht ausreichend. Wenn Sie auf einen Fehler stoßen, wechseln Sie in den Superuser-Modus, bevor Sie die Installation starten:
34+
>
35+
> ```bash
36+
> sudo su
37+
> ```
38+
>
39+
40+
- **Nicht angepasste Standardinstallation von Plesk**
3241
3342
```bash
34-
# sh <(curl https://autoinstall.plesk.com/one-click-installer || wget -O - https://autoinstall.plesk.com/one-click-installer)
43+
sudo sh <(curl https://autoinstall.plesk.com/one-click-installer || wget -O - https://autoinstall.plesk.com/one-click-installer)
3544
```
3645
37-
- **Angepasste Plesk-Installation**
46+
- **Angepasste Installation von Plesk**
3847

3948
```bash
40-
# sh <(curl https://autoinstall.plesk.com/plesk-installer || wget -O - https://autoinstall.plesk.com/plesk-installer)
49+
sudo sh <(curl https://autoinstall.plesk.com/plesk-installer || wget -O - https://autoinstall.plesk.com/plesk-installer)
4150
```
4251

4352
Warten Sie, bis Plesk fertig installiert ist.
4453

45-
### Schritt 2: Plesk konfigurieren
46-
47-
Sie können sich jetzt auf dem Plesk-Interface einloggen, um es zu konfigurieren. Geben Sie hierzu in Ihrem Browser die Adresse `https://IP.der.lnstanz:8443`ein. Sie werden nun aufgefordert, Ihre **Root**-Login-Daten einzugeben.
48-
49-
![Public Cloud](images/3301.png){.thumbnail}
50-
51-
Sobald Sie eingeloggt sind, öffnet sich ein Konfigurationsassistent. In diesem können Sie die Anzeige des Plesk-Interface einrichten. Wählen Sie die Anzeigenart aus, die am besten zur geplanten Verwendung passt.
52-
53-
![Public Cloud](images/3302.png){.thumbnail}
54+
### Schritt 2: Die Konfiguration abschließen und eine Lizenz hinzufügen
5455

55-
Wählen Sie dann die Anzeige des Plesk-Interface aus, die Sie verwenden möchten.
56+
Nach Abschluss der Installation zeigt die Befehlszeile (CLI) die nachfolgenden Informationen an.
5657

57-
![Public Cloud](images/3303.png){.thumbnail}
58+
- Zwei generierte URLs:
59+
- Eine enthält die IP-Adresse des Servers (in HTTPS mit einem selbstsignierten SSL-Zertifikat, das in einigen Browsern eine Sicherheitswarnung auslösen kann).
60+
- Die andere enthält eine Plesk Domain (per HTTPS mit einem signierten SSL Zertifikat ohne Sicherheitswarnung).
61+
- Beide sind sicher, die zweite sollte jedoch bevorzugt verwendet werden.
62+
- Eine Nachricht mit folgendem Inhalt: "Sie können sich auch als 'root' mit Ihrem 'root'-Passwort anmelden." Standardmäßig wird jedoch kein Root-Passwort generiert. Bei Bedarf können Kunden [diese Anleitung](/pages/bare_metal_cloud/dedicated_servers/changing_root_password_linux_ds) befolgen, um den Root-Benutzer zu aktivieren und ein Passwort festzulegen.
5863

59-
Geben Sie anschließend Informationen für den Zugriff auf Ihre Instanz ein:
64+
Befolgen Sie die Anweisungen der Bildschirmausgabe, um die Installation abzuschließen.
6065

61-
- Hostname
62-
- IP-Adresse
63-
- Root-Passwort
66+
![plesk configuration](images/plesk-configuration.png){.thumbnail}
6467

65-
Geben Sie diese in den entsprechenden Feldern ein.
66-
67-
![Public Cloud](images/3304.png){.thumbnail}
68-
69-
Geben Sie nun die Informationen des **Administrator**-Accounts ein.
70-
71-
![Public Cloud](images/3305.png){.thumbnail}
72-
73-
### Schritt 3: Eine Lizenz hinzufügen
74-
75-
Um Ihre Plesk-Lizenz hinzuzufügen, halten Sie den Schlüssel bereit, den Sie von Ihrem Anbieter erhalten haben.
68+
Um Ihre Plesk Lizenz hinzuzufügen, benötigen Sie den Schlüssel, den Sie von Ihrem Anbieter erhalten haben.
7669

7770
> [!primary]
7871
>
79-
> Wir bieten keine Plesk-Lizenzen für unsere Public Cloud Instanzen an. Sie können eine Lizenz über die [Plesk](https://www.plesk.com/)-Webseite erwerben.
72+
> Wir bieten keine Plesk Lizenzen für unsere Public Cloud an. Sie können jedoch eine Lizenz von der Website von [Plesk](https://www.plesk.com/) beziehen.
8073
>
8174
82-
Bei Ihrem ersten Login auf das Interface werden Sie automatisch dazu aufgefordert, die Plesk-Lizenz zu installieren.
83-
84-
![Public Cloud](images/3306-2.png){.thumbnail}
85-
86-
Gegebenenfalls möchten Sie Ihre Lizenz ändern, beispielsweise, um einen Test-Schlüssel zu ersetzen oder zu einem anderen Angebot zu wechseln. Gehen Sie hierzu im Plesk-Interface in den Bereich `Server Management` und klicken Sie dann auf `Tools & Settings`{.action}. Wählen Sie anschließend im Bereich **Plesk** `Licence Management`{.action} aus.
87-
88-
Nachdem Sie den neuen Schlüssel hinzugefügt haben, wird der installierte Lizenz-Typ oben links in der Menüleiste angezeigt.
75+
Sie möchten Ihre Lizenz ändern, etwa um einen Testschlüssel zu ersetzen oder um das Angebot zu wechseln? Öffnen Sie in der Plesk Benutzeroberfläche den Bereich `Tools & Settings`{.action}. Im Abschnitt **Plesk** wählen Sie dann `License information`{.action}.
8976

90-
![Public Cloud](images/3322-2.png){.thumbnail}
9177

9278
## Weiterführende Informationen
9379

94-
[Offizielle Plesk-Dokumentation](https://docs.plesk.com/de-DE/onyx/)
80+
[Offizielle Plesk Dokumentation](https://docs.plesk.com/de-DE/obsidian/)
9581

96-
Für den Austausch mit unserer User Community gehen Sie auf <https://community.ovh.com/en/>.
82+
Treten Sie unserer [User Community](/links/community) bei.
Lines changed: 27 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Installing Plesk on an instance'
33
excerpt: 'Find out how to install Plesk on an OVHcloud Public Cloud instance'
4-
updated: 2018-03-26
4+
updated: 2025-04-08
55
---
66

77
## Objective
@@ -14,12 +14,12 @@ Plesk is an easy-to-use hosting control panel. You can install and use it on OVH
1414
>
1515
> OVHcloud provides services which you are responsible for. In fact, as we do not have administrative access to these machines, we are not administrators and we cannot provide you with support. This means that it is up to you to manage the software and security daily.
1616
>
17-
> We have provided you with this guide in order to help you with common tasks. However, we advise contacting a specialist provider if you experience any difficulties or doubts about administration, usage or server security. Feel free to visit our [community forum](https://community.ovh.com/en/){.external} to interact with other users.
17+
> We have provided you with this guide in order to help you with common tasks. However, we advise contacting a specialist provider if you experience any difficulties or doubts about administration, usage or server security. Feel free to visit our [community forum](/links/community) to interact with other users.
1818
>
1919
2020
## Requirements
2121

22-
- [An instance created via the OVHcloud Control Panel](/links/public-cloud/public-cloud)
22+
- [An instance created via the OVHcloud Control Panel](/pages/public_cloud/compute/create_a_public_cloud_project)
2323
- [Administrative access to the instance](/pages/public_cloud/compute/public-cloud-first-steps#connect-instance)
2424

2525
## Instructions
@@ -28,69 +28,54 @@ Plesk is an easy-to-use hosting control panel. You can install and use it on OVH
2828

2929
Plesk can be installed easily via an SSH connection. To do this, download and launch the Plesk installation script using the command that best suits your situation below.
3030

31+
> [!primary]
32+
>
33+
> Depending on your instance's OS, the sudo command alone may not be sufficient. If you encounter an error, switch to superuser mode before starting the installation:
34+
>
35+
> ```bash
36+
> sudo su
37+
> ```
38+
>
39+
3140
- **For a default, non-custom Plesk installation**:
3241
3342
```bash
34-
# sh <(curl https://autoinstall.plesk.com/one-click-installer || wget -O - https://autoinstall.plesk.com/one-click-installer)
43+
sudo sh <(curl https://autoinstall.plesk.com/one-click-installer || wget -O - https://autoinstall.plesk.com/one-click-installer)
3544
```
3645
3746
- **For a custom Plesk installation**:
3847

3948
```bash
40-
# sh <(curl https://autoinstall.plesk.com/plesk-installer || wget -O - https://autoinstall.plesk.com/plesk-installer)
49+
sudo sh <(curl https://autoinstall.plesk.com/plesk-installer || wget -O - https://autoinstall.plesk.com/plesk-installer)
4150
```
4251

4352
Then wait for the installation process to complete.
4453

45-
### Step 2: Configure Plesk.
46-
47-
You can now log in to the Plesk interface and configure it. To do this, use the address `https://instance.IP.address:8443` in your web browser, replacing ‘instance.IP.address’ with your own instance’s IP address. You will then be asked to enter your **root** credentials.
48-
49-
![public-cloud](images/3301.png){.thumbnail}
50-
51-
Once you have logged in, a configuration wizard will appear. Here, you can configure the type of view that the Plesk interface will have. Pick a view type that suits your activity.
52-
53-
![public-cloud](images/3302.png){.thumbnail}
54-
55-
Select the Plesk interface view type you want to apply.
54+
### Step 2: Finalize configuration and add a license
5655

57-
![public-cloud](images/3303.png){.thumbnail}
56+
Once the installation is complete, the command-line interface (CLI) will display the following information:
5857

59-
You will then need to enter information regarding access to your instance:
58+
- Two URLs are generated:
59+
- One with the server’s IP address (HTTPS with a self-signed SSL certificate, which may trigger a security warning in most browsers).
60+
- Another with a Plesk domain (HTTPS with a signed SSL certificate, which will not trigger any warnings).
61+
- Both are secure, but it is recommended to use the second one.
62+
- A message states: "You can also log in as 'root' using your 'root' password.". However, by default, no root password is generated. If needed, customers can follow [this guide](/pages/bare_metal_cloud/dedicated_servers/changing_root_password_linux_ds) to enable the root user and set a password.
6063

61-
- the host name
62-
- the IP address
63-
- the root password
64+
Once on the Plesk page, follow the on-screen instructions to complete the setup.
6465

65-
Enter this information in the specified fields.
66-
67-
![public-cloud](images/3304.png){.thumbnail}
68-
69-
Finally, you will need to fill in the **administrator** account information.
70-
71-
![public-cloud](images/3305.png){.thumbnail}
72-
73-
### Step 3: Add a licence.
66+
![plesk configuration](images/plesk-configuration.png){.thumbnail}
7467

7568
To add your Plesk licence, take the key that was sent to you by your service provider.
7669

7770
> [!primary]
7871
>
7972
> We do not sell Plesk licences for our Public Cloud solutions. However, you can order one from the [Plesk](https://www.plesk.com/){.external} website.
80-
>
81-
82-
When you first log in to the interface, you will see a page that offers to set up your Plesk licence.
83-
84-
![public-cloud](images/3306-2.png){.thumbnail}
85-
86-
Want to change your licence, to replace a test key or change your solution, for example? From the Plesk interface, go to the `Server Management` section and click `Tools & Settings`{.action}. Then go to the **Plesk** section, and select `License Management`{.action}.
87-
88-
Once you have added the new key, you can view the type of licence installed at the top of the menu bar, on the left.
73+
>
8974
90-
![public-cloud](images/3322-2.png){.thumbnail}
75+
Want to change your licence, to replace a test key or change your solution, for example? From the Plesk interface, go to the section `Tools & Settings`{.action}. Then go to the **Plesk** section, and select `License information`{.action}.
9176

9277
## Go further
9378

94-
[Official Plesk documentation](https://docs.plesk.com/en-US/onyx/){.external}.
79+
[Official Plesk documentation](https://docs.plesk.com/en-US/obsidian/){.external}.
9580

96-
Join our [community of users](/links/community).
81+
Join our [community of users](/links/community).
Lines changed: 27 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Installing Plesk on an instance'
33
excerpt: 'Find out how to install Plesk on an OVHcloud Public Cloud instance'
4-
updated: 2018-03-26
4+
updated: 2025-04-08
55
---
66

77
## Objective
@@ -14,12 +14,12 @@ Plesk is an easy-to-use hosting control panel. You can install and use it on OVH
1414
>
1515
> OVHcloud provides services which you are responsible for. In fact, as we do not have administrative access to these machines, we are not administrators and we cannot provide you with support. This means that it is up to you to manage the software and security daily.
1616
>
17-
> We have provided you with this guide in order to help you with common tasks. However, we advise contacting a specialist provider if you experience any difficulties or doubts about administration, usage or server security. Feel free to visit our [community forum](https://community.ovh.com/en/){.external} to interact with other users.
17+
> We have provided you with this guide in order to help you with common tasks. However, we advise contacting a specialist provider if you experience any difficulties or doubts about administration, usage or server security. Feel free to visit our [community forum](/links/community) to interact with other users.
1818
>
1919
2020
## Requirements
2121

22-
- [An instance created via the OVHcloud Control Panel](/links/public-cloud/public-cloud)
22+
- [An instance created via the OVHcloud Control Panel](/pages/public_cloud/compute/create_a_public_cloud_project)
2323
- [Administrative access to the instance](/pages/public_cloud/compute/public-cloud-first-steps#connect-instance)
2424

2525
## Instructions
@@ -28,69 +28,54 @@ Plesk is an easy-to-use hosting control panel. You can install and use it on OVH
2828

2929
Plesk can be installed easily via an SSH connection. To do this, download and launch the Plesk installation script using the command that best suits your situation below.
3030

31+
> [!primary]
32+
>
33+
> Depending on your instance's OS, the sudo command alone may not be sufficient. If you encounter an error, switch to superuser mode before starting the installation:
34+
>
35+
> ```bash
36+
> sudo su
37+
> ```
38+
>
39+
3140
- **For a default, non-custom Plesk installation**:
3241
3342
```bash
34-
# sh <(curl https://autoinstall.plesk.com/one-click-installer || wget -O - https://autoinstall.plesk.com/one-click-installer)
43+
sudo sh <(curl https://autoinstall.plesk.com/one-click-installer || wget -O - https://autoinstall.plesk.com/one-click-installer)
3544
```
3645
3746
- **For a custom Plesk installation**:
3847

3948
```bash
40-
# sh <(curl https://autoinstall.plesk.com/plesk-installer || wget -O - https://autoinstall.plesk.com/plesk-installer)
49+
sudo sh <(curl https://autoinstall.plesk.com/plesk-installer || wget -O - https://autoinstall.plesk.com/plesk-installer)
4150
```
4251

4352
Then wait for the installation process to complete.
4453

45-
### Step 2: Configure Plesk.
46-
47-
You can now log in to the Plesk interface and configure it. To do this, use the address `https://instance.IP.address:8443` in your web browser, replacing ‘instance.IP.address’ with your own instance’s IP address. You will then be asked to enter your **root** credentials.
48-
49-
![public-cloud](images/3301.png){.thumbnail}
50-
51-
Once you have logged in, a configuration wizard will appear. Here, you can configure the type of view that the Plesk interface will have. Pick a view type that suits your activity.
52-
53-
![public-cloud](images/3302.png){.thumbnail}
54-
55-
Select the Plesk interface view type you want to apply.
54+
### Step 2: Finalize configuration and add a license
5655

57-
![public-cloud](images/3303.png){.thumbnail}
56+
Once the installation is complete, the command-line interface (CLI) will display the following information:
5857

59-
You will then need to enter information regarding access to your instance:
58+
- Two URLs are generated:
59+
- One with the server’s IP address (HTTPS with a self-signed SSL certificate, which may trigger a security warning in most browsers).
60+
- Another with a Plesk domain (HTTPS with a signed SSL certificate, which will not trigger any warnings).
61+
- Both are secure, but it is recommended to use the second one.
62+
- A message states: "You can also log in as 'root' using your 'root' password.". However, by default, no root password is generated. If needed, customers can follow [this guide](/pages/bare_metal_cloud/dedicated_servers/changing_root_password_linux_ds) to enable the root user and set a password.
6063

61-
- the host name
62-
- the IP address
63-
- the root password
64+
Once on the Plesk page, follow the on-screen instructions to complete the setup.
6465

65-
Enter this information in the specified fields.
66-
67-
![public-cloud](images/3304.png){.thumbnail}
68-
69-
Finally, you will need to fill in the **administrator** account information.
70-
71-
![public-cloud](images/3305.png){.thumbnail}
72-
73-
### Step 3: Add a licence.
66+
![plesk configuration](images/plesk-configuration.png){.thumbnail}
7467

7568
To add your Plesk licence, take the key that was sent to you by your service provider.
7669

7770
> [!primary]
7871
>
7972
> We do not sell Plesk licences for our Public Cloud solutions. However, you can order one from the [Plesk](https://www.plesk.com/){.external} website.
80-
>
81-
82-
When you first log in to the interface, you will see a page that offers to set up your Plesk licence.
83-
84-
![public-cloud](images/3306-2.png){.thumbnail}
85-
86-
Want to change your licence, to replace a test key or change your solution, for example? From the Plesk interface, go to the `Server Management` section and click `Tools & Settings`{.action}. Then go to the **Plesk** section, and select `License Management`{.action}.
87-
88-
Once you have added the new key, you can view the type of licence installed at the top of the menu bar, on the left.
73+
>
8974
90-
![public-cloud](images/3322-2.png){.thumbnail}
75+
Want to change your licence, to replace a test key or change your solution, for example? From the Plesk interface, go to the section `Tools & Settings`{.action}. Then go to the **Plesk** section, and select `License information`{.action}.
9176

9277
## Go further
9378

94-
[Official Plesk documentation](https://docs.plesk.com/en-US/onyx/){.external}.
79+
[Official Plesk documentation](https://docs.plesk.com/en-US/obsidian/){.external}.
9580

96-
Join our [community of users](/links/community).
81+
Join our [community of users](/links/community).

0 commit comments

Comments
 (0)