Skip to content

Commit ee35657

Browse files
jfankamjfankam
authored andcommitted
translations and duplos
1 parent fd48404 commit ee35657

File tree

15 files changed

+263
-275
lines changed

15 files changed

+263
-275
lines changed
Lines changed: 29 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: 'Plesk auf einer Instanz installieren'
2+
title: 'Wie installiere ich Plesk auf einer Public Cloud-Instanz'
33
excerpt: 'Erfahren Sie hier, wie Sie Plesk auf Ihrer Public Cloud Instanz einrichten'
4-
updated: 2018-03-26
4+
updated: 2025-04-07
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+
> [!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+
3140
- **Nicht angepasste Plesk-Standardinstallation**
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
- **Angepasste 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
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 Befehlszeilenschnittstelle (CLI) die folgenden Informationen an:
5657

57-
![Public Cloud](images/3303.png){.thumbnail}
58+
- Es werden zwei URLs generiert:
59+
- Einer mit der IP-Adresse des Servers (in HTTPS mit einem selbstsignierten SSL-Zertifikat, das in einigen Browsern eine Sicherheitswarnung auslösen kann).
60+
- Die andere mit einer Plesk Domain (per HTTPS mit einem signierten SSL Zertifikat ohne Sicherheitswarnung).
61+
- Beides ist sicher, die zweite sollte jedoch 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 auf dem Bildschirm, 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, halten Sie den Schlüssel bereit, 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 vermarkten keine Plesk-Lizenzen für unsere Public-Cloud-Angebote. Sie können jedoch eine solche von der [Plesk](https://www.plesk.com/){.external}-Website 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, z. B. um einen Testschlüssel zu ersetzen oder um das Angebot zu wechseln? Dann gehen Sie von der Plesk-Schnittstelle aus in den Bereich `Tools & Settings`{.action}. Im Abschnitt **Plesk** wählen Sie dann `License information`{.action}.`{.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/){.external}.
9581

96-
Für den Austausch mit unserer User Community gehen Sie auf <https://community.ovh.com/en/>.
82+
Für den Austausch mit unserer [User Community](/links/community).

pages/public_cloud/compute/install_plesk_on_an_instance/guide.en-asia.md

Lines changed: 1 addition & 1 deletion
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: 2025-04-04
4+
updated: 2025-04-07
55
---
66

77
## Objective

pages/public_cloud/compute/install_plesk_on_an_instance/guide.en-au.md

Lines changed: 1 addition & 1 deletion
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: 2025-04-04
4+
updated: 2025-04-07
55
---
66

77
## Objective

pages/public_cloud/compute/install_plesk_on_an_instance/guide.en-ca.md

Lines changed: 1 addition & 1 deletion
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: 2025-04-04
4+
updated: 2025-04-07
55
---
66

77
## Objective

pages/public_cloud/compute/install_plesk_on_an_instance/guide.en-gb.md

Lines changed: 1 addition & 1 deletion
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: 2025-04-04
4+
updated: 2025-04-07
55
---
66

77
## Objective
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
---
2+
title: 'Installing Plesk on an instance'
3+
excerpt: 'Find out how to install Plesk on an OVHcloud Public Cloud instance'
4+
updated: 2025-04-07
5+
---
6+
7+
## Objective
8+
9+
Plesk is an easy-to-use hosting control panel. You can install and use it on OVHcloud Public Cloud instances.
10+
11+
**Find out how to install Plesk on an OVHcloud Public Cloud instance.**
12+
13+
> [!warning]
14+
>
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+
>
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+
>
19+
20+
## Requirements
21+
22+
- [An instance created via the OVHcloud Control Panel](/pages/public_cloud/compute/create_a_public_cloud_project)
23+
- [Administrative access to the instance](/pages/public_cloud/compute/public-cloud-first-steps#connect-instance)
24+
25+
## Instructions
26+
27+
### Step 1: Install Plesk.
28+
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+
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+
40+
- **For a default, non-custom Plesk installation**:
41+
42+
```bash
43+
sudo sh <(curl https://autoinstall.plesk.com/one-click-installer || wget -O - https://autoinstall.plesk.com/one-click-installer)
44+
```
45+
46+
- **For a custom Plesk installation**:
47+
48+
```bash
49+
sudo sh <(curl https://autoinstall.plesk.com/plesk-installer || wget -O - https://autoinstall.plesk.com/plesk-installer)
50+
```
51+
52+
Then wait for the installation process to complete.
53+
54+
### Step 2: Finalize configuration and add a license
55+
56+
Once the installation is complete, the command-line interface (CLI) will display the following information:
57+
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.
63+
64+
Once on the Plesk page, follow the on-screen instructions to complete the setup.
65+
66+
![plesk configuration](images/plesk-configuration.png){.thumbnail}
67+
68+
To add your Plesk licence, take the key that was sent to you by your service provider.
69+
70+
> [!primary]
71+
>
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.
73+
>
74+
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}.
76+
77+
## Go further
78+
79+
[Official Plesk documentation](https://docs.plesk.com/en-US/obsidian/){.external}.
80+
81+
Join our [community of users](/links/community).

pages/public_cloud/compute/install_plesk_on_an_instance/guide.en-sg.md

Lines changed: 1 addition & 1 deletion
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: 2025-04-04
4+
updated: 2025-04-07
55
---
66

77
## Objective

pages/public_cloud/compute/install_plesk_on_an_instance/guide.en-us.md

Lines changed: 1 addition & 1 deletion
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: 2025-04-04
4+
updated: 2025-04-07
55
---
66

77
## Objective
Lines changed: 30 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
---
2-
title: 'Instalar Plesk en una instancia'
2+
title: ''Cómo instalar Plesk en una instancia de Public Cloud'
33
excerpt: 'Cómo instalar Plesk en una instancia de Public Cloud'
4-
updated: 2018-03-26
4+
updated: 2025-04-07
55
---
66

7-
> [!primary]
8-
> Esta traducción ha sido generada de forma automática por nuestro partner SYSTRAN. En algunos casos puede contener términos imprecisos, como en las etiquetas de los botones o los detalles técnicos. En caso de duda, le recomendamos que consulte la versión inglesa o francesa de la guía. Si quiere ayudarnos a mejorar esta traducción, por favor, utilice el botón «Contribuir» de esta página.
9-
>
10-
117
## Objetivo
128

139
Plesk es un panel de control de servidores fácil de usar que puede instalarse en las instancias del Public Cloud de OVHcloud.
@@ -18,12 +14,12 @@ Plesk es un panel de control de servidores fácil de usar que puede instalarse e
1814
>
1915
> La responsabilidad sobre los servicios que OVHcloud pone a su disposición recae íntegramente en usted. Nuestros técnicos no son los administradores de las máquinas, ya que no tienen acceso a ellas. Por lo tanto, la gestión del software y la seguridad le corresponde a usted.
2016
>
21-
> Esta guía le ayudará a realizar las operaciones más habituales. No obstante, si tiene problemas o dudas sobre la administración, la utilización o la seguridad de su servidor, le recomendamos que contacte con un proveedor de servicios especializado. No dude en participar en nuestro [foro comunitario](https://community.ovh.com/en/){.external} para solicitar ayuda a otros usuarios.
17+
> Esta guía le ayudará a realizar las tareas más habituales. No obstante, le recomendamos que contacte con un [proveedor especializado](/links/partner) o con [nuestra comunidad](/links/community) si tiene problemas o dudas sobre la administración, el uso o la implementación de servicios en un servidor.
2218
>
2319
2420
## Requisitos
2521

26-
- [Crear una instancia desde el área de cliente de OVHcloud](/links/public-cloud/public-cloud).
22+
- [Crear una instancia desde el área de cliente de OVHcloud](/pages/public_cloud/compute/create_a_public_cloud_project).
2723
- [Tener acceso de administrador](/pages/public_cloud/compute/public-cloud-first-steps#connect-instance).
2824

2925
## Procedimiento
@@ -32,69 +28,56 @@ Plesk es un panel de control de servidores fácil de usar que puede instalarse e
3228

3329
Instalar Plesk desde una conexión SSH es bastante sencillo. Para ello, descargue y ejecute el script de instalación de Plesk utilizando uno de los siguientes comandos:
3430

31+
> [!primary]
32+
>
33+
> En función del SO de su instancia, el comando sudo solo puede no ser suficiente. Si encuentra un error, cambie al modo de superusuario antes de iniciar la instalación:
34+
>
35+
> ```bash
36+
> sudo su
37+
> ```
38+
>
39+
3540
- **Instalación por defecto**
3641
3742
```bash
38-
# 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)
3944
```
4045
4146
- **Instalación personalizada**
4247

4348
```bash
44-
# 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)
4550
```
4651

4752
Espere mientras se instala Plesk.
4853

49-
### 2. Configurar Plesk
50-
51-
Conéctese a Plesk para configurarlo. Para ello, utilice la dirección **https://IP.de.la.instancia:8443** en su navegador de internet.
52-
53-
Introduzca su usuario y contraseña root en la pantalla de conexión.
54+
### 2. Finalizar la configuración y añadir una licencia
5455

55-
![Public Cloud](images/3301.png){.thumbnail}
56+
Una vez completada la instalación, la interfaz de línea de comandos (CLI) mostrará la siguiente información:
5657

57-
Una vez conectado, aparecerá un asistente que le permitirá configurar la apariencia del panel Plesk en función de su actividad.
58+
- Se generan dos URL:
59+
- Una con la dirección IP del servidor (en HTTPS con un certificado SSL autofirmado, que puede activar una alerta de seguridad en algunos navegadores).
60+
- El otro con un dominio Plesk (en HTTPS con un certificado SSL firmado, sin alerta de seguridad).
61+
- Ambas son seguras, pero se recomienda usar la segunda.
62+
- Un mensaje dice: "También puede conectarse como 'root' con su contraseña 'root'." Sin embargo, por defecto no se genera ninguna contraseña root. Si es necesario, los clientes pueden seguir [esta guía](/pages/bare_metal_cloud/dedicated_servers/changing_root_password_linux_ds) para activar el usuario root y establecer una contraseña.
5863

59-
![Public Cloud](images/3302.png){.thumbnail}
64+
Una vez en la página de Plesk, siga las instrucciones que aparecen en pantalla para finalizar la instalación.
6065

61-
Seleccione el tipo de vista de la interfaz de Plesk que desee.
66+
![plesk configuration](images/plesk-configuration.png){.thumbnail}
6267

63-
![Public Cloud](images/3303.png){.thumbnail}
64-
65-
A continuación, introduzca los datos de conexión a su instancia:
66-
67-
- hostname
68-
- dirección IP
69-
- contraseña root
70-
71-
![Public Cloud](images/3304.png){.thumbnail}
72-
73-
Por último, introduzca la información de la cuenta de administrador.
74-
75-
![Public Cloud](images/3305.png){.thumbnail}
76-
77-
### 3. Añadir una licencia
78-
79-
Para añadir su licencia de Plesk, necesitará la clave que le haya comunicado su proveedor.
68+
Para añadir su licencia de Plesk, necesitará la clave que le haya proporcionado su proveedor.
8069

8170
> [!primary]
8271
>
83-
> OVHdloud no comercializa licencias de Plesk para la solución Public Cloud. No obstante, puede adquirir una desde la web de [Plesk](https://www.plesk.com/){.external}.
72+
> OVHcloud no comercializa licencias de Plesk para la solución Public Cloud. No obstante, puede adquirir una desde la web de [Plesk](https://www.plesk.com/){.external}.
8473
>
8574
86-
La primera vez que se conecte a la interfaz, se abrirá automáticamente una página que le permitirá instalar su licencia de Plesk.
87-
88-
![Public Cloud](images/3306-2.png){.thumbnail}
89-
90-
Si quiere cambiar su licencia para, por ejemplo, sustituir la de prueba o cambiar de tipo, puede hacerlo desde el panel de Plesk. En **Administración del servidor**, haga clic en `Herramientas y configuración`{.action}. En el apartado **Plesk**, haga clic en `Administración de licencias`{.action}.
91-
92-
Una vez que haya añadido la nueva clave, puede ver el tipo de licencia instalado en la barra superior, junto al logo de Plesk.
75+
¿Desea cambiar su licencia, por ejemplo para sustituir una llave de prueba o para cambiar su oferta? Desde el interfaz de Plesk, vaya a `Tools & Settings`{.acción}. En la sección **Plesk**, seleccione `License information`{.acción}.
76+
Para añadir su licencia de Plesk, necesitará
9377

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

9679
## Más información
9780

98-
[Documentación oficial de Plesk](https://docs.plesk.com/es-ES/onyx/){.external}
81+
[Documentación oficial de Plesk](https://docs.plesk.com/es-ES/obsidian/){.external}
9982

100-
Interactúe con nuestra comunidad de usuarios en <https://community.ovh.com/en/>.
83+
Interactúe con nuestra [comunidad de usuarios](/links/community).

0 commit comments

Comments
 (0)