You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
5
5
---
6
6
7
7
## Ziel
@@ -14,12 +14,12 @@ Plesk ist ein einfach zu verwendendes Server-Verwaltungsinterface. Sie können e
14
14
>
15
15
> 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.
16
16
>
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.
18
18
>
19
19
20
20
## Voraussetzungen
21
21
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).
23
23
- Sie haben [administrativen Zugriff](/pages/public_cloud/compute/public-cloud-first-steps#connect-instance).
24
24
25
25
## In der praktischen Anwendung
@@ -28,69 +28,55 @@ Plesk ist ein einfach zu verwendendes Server-Verwaltungsinterface. Sie können e
28
28
29
29
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:
30
30
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**
32
41
33
42
```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)
35
44
```
36
45
37
-
-**Angepasste Plesk-Installation**
46
+
-**Angepasste Installation von Plesk**
38
47
39
48
```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)
41
50
```
42
51
43
52
Warten Sie, bis Plesk fertig installiert ist.
44
53
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
-
{.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
-
{.thumbnail}
54
+
### Schritt 2: Die Konfiguration abschließen und eine Lizenz hinzufügen
54
55
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.
56
57
57
-
{.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.
58
63
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.
Geben Sie diese in den entsprechenden Feldern ein.
66
-
67
-
{.thumbnail}
68
-
69
-
Geben Sie nun die Informationen des **Administrator**-Accounts ein.
70
-
71
-
{.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.
76
69
77
70
> [!primary]
78
71
>
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 PleskLizenzen für unsere Public Cloud an. Sie können jedoch eine Lizenz von der Website von [Plesk](https://www.plesk.com/) beziehen.
80
73
>
81
74
82
-
Bei Ihrem ersten Login auf das Interface werden Sie automatisch dazu aufgefordert, die Plesk-Lizenz zu installieren.
83
-
84
-
{.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}.
excerpt: 'Find out how to install Plesk on an OVHcloud Public Cloud instance'
4
-
updated: 2018-03-26
4
+
updated: 2025-04-08
5
5
---
6
6
7
7
## Objective
@@ -14,12 +14,12 @@ Plesk is an easy-to-use hosting control panel. You can install and use it on OVH
14
14
>
15
15
> 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.
16
16
>
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.
18
18
>
19
19
20
20
## Requirements
21
21
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)
23
23
-[Administrative access to the instance](/pages/public_cloud/compute/public-cloud-first-steps#connect-instance)
24
24
25
25
## Instructions
@@ -28,69 +28,54 @@ Plesk is an easy-to-use hosting control panel. You can install and use it on OVH
28
28
29
29
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.
30
30
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
+
31
40
- **For a default, non-custom Plesk installation**:
32
41
33
42
```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)
35
44
```
36
45
37
46
-**For a custom Plesk installation**:
38
47
39
48
```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)
41
50
```
42
51
43
52
Then wait for the installation process to complete.
44
53
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
-
{.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
-
{.thumbnail}
54
-
55
-
Select the Plesk interface view type you want to apply.
54
+
### Step 2: Finalize configuration and add a license
56
55
57
-
{.thumbnail}
56
+
Once the installation is complete, the command-line interface (CLI) will display the following information:
58
57
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.
60
63
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.
64
65
65
-
Enter this information in the specified fields.
66
-
67
-
{.thumbnail}
68
-
69
-
Finally, you will need to fill in the **administrator** account information.
To add your Plesk licence, take the key that was sent to you by your service provider.
76
69
77
70
> [!primary]
78
71
>
79
72
> 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
-
{.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
+
>
89
74
90
-
{.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}.
excerpt: 'Find out how to install Plesk on an OVHcloud Public Cloud instance'
4
-
updated: 2018-03-26
4
+
updated: 2025-04-08
5
5
---
6
6
7
7
## Objective
@@ -14,12 +14,12 @@ Plesk is an easy-to-use hosting control panel. You can install and use it on OVH
14
14
>
15
15
> 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.
16
16
>
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.
18
18
>
19
19
20
20
## Requirements
21
21
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)
23
23
-[Administrative access to the instance](/pages/public_cloud/compute/public-cloud-first-steps#connect-instance)
24
24
25
25
## Instructions
@@ -28,69 +28,54 @@ Plesk is an easy-to-use hosting control panel. You can install and use it on OVH
28
28
29
29
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.
30
30
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
+
31
40
- **For a default, non-custom Plesk installation**:
32
41
33
42
```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)
35
44
```
36
45
37
46
-**For a custom Plesk installation**:
38
47
39
48
```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)
41
50
```
42
51
43
52
Then wait for the installation process to complete.
44
53
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
-
{.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
-
{.thumbnail}
54
-
55
-
Select the Plesk interface view type you want to apply.
54
+
### Step 2: Finalize configuration and add a license
56
55
57
-
{.thumbnail}
56
+
Once the installation is complete, the command-line interface (CLI) will display the following information:
58
57
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.
60
63
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.
64
65
65
-
Enter this information in the specified fields.
66
-
67
-
{.thumbnail}
68
-
69
-
Finally, you will need to fill in the **administrator** account information.
To add your Plesk licence, take the key that was sent to you by your service provider.
76
69
77
70
> [!primary]
78
71
>
79
72
> 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
-
{.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
+
>
89
74
90
-
{.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}.
0 commit comments