Skip to content

Commit 87695f3

Browse files
committed
fix(plesk): update plesk documentation
1 parent 238581e commit 87695f3

25 files changed

+34
-80
lines changed
Lines changed: 18 additions & 41 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-03
55
---
66

77
## Objective
@@ -28,69 +28,46 @@ 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.
56-
57-
![public-cloud](images/3303.png){.thumbnail}
54+
### Step 2: Finalize configuration and add a license
5855

59-
You will then need to enter information regarding access to your instance:
56+
Once installation is complete, follow the on-screen instructions to complete the configuration.
6057

61-
- the host name
62-
- the IP address
63-
- the root password
64-
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.
58+
![plesk configuration](images/plesk-configuration.png){.thumbnail}
7459

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

7762
> [!primary]
7863
>
7964
> 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.
65+
>
8966
90-
![public-cloud](images/3322-2.png){.thumbnail}
67+
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}.
9168

9269
## Go further
9370

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

9673
Join our [community of users](/links/community).

pages/public_cloud/compute/install_plesk_on_an_instance/guide.fr-fr.md

Lines changed: 16 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -28,49 +28,34 @@ Plesk est une interface de gestion de serveurs simple à prendre en main. Vous a
2828

2929
L'installation de Plesk s'effectue facilement depuis une connexion en SSH. Pour cela, téléchargez puis lancez le script d'installation de Plesk en utilisant la commande la plus adaptée à votre situation ci-dessous.
3030

31+
> [!primary]
32+
>
33+
> Selon l’OS de votre instance, la commande sudo seule peut ne pas suffire. Si vous rencontrez une erreur, passez en mode super-utilisateur avant de lancer l’installation :
34+
>
35+
> ```bash
36+
> sudo su
37+
> ```
38+
>
39+
3140
- **Pour une installation par défaut non personnalisée de 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
3746
- **Pour une installation personnalisée de 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
Patientez ensuite le temps de l'installation.
4453

45-
### Étape 2 : configurer Plesk
46-
47-
Vous pouvez maintenant vous connecter à l'interface Plesk afin de la configurer. Pour cela, utilisez l'adresse `https://IP.de.l.instance:8443` dans votre navigateur internet. Vous serez alors invité à renseigner vos identifiants **root**.
48-
49-
![public-cloud](images/3301.png){.thumbnail}
50-
51-
Une fois connecté, un assistant de configuration apparaît. Celui-ci vous permet de configurer le type d'affichage dont disposera l'interface Plesk. Réalisez votre choix en fonction de votre activité.
52-
53-
![public-cloud](images/3302.png){.thumbnail}
54-
55-
Sélectionnez le type d'affichage de l'interface Plesk que vous souhaitez appliquer.
54+
### Étape 2 : finaliser la configuration et ajouter une license
5655

57-
![public-cloud](images/3303.png){.thumbnail}
56+
Une fois l'installation terminée, suivez les instructions à l'écran pour compléter la configuration.
5857

59-
Vous devez alors indiquer des informations concernant l'accès à votre instance :
60-
61-
- le Hostname ;
62-
- l'adresse IP ;
63-
- le mot de passe root.
64-
65-
Complétez ces dernières dans les champs spécifiés.
66-
67-
![public-cloud](images/3304.png){.thumbnail}
68-
69-
Enfin, vous devez renseigner les informations du compte **administrateur**.
70-
71-
![public-cloud](images/3305.png){.thumbnail}
72-
73-
### Étape 3 : ajouter une licence
58+
![plesk configuration](images/plesk-configuration.png){.thumbnail}
7459

7560
Pour ajouter votre licence Plesk, munissez-vous de la clé qui vous a été transmise par votre prestataire.
7661

@@ -79,18 +64,10 @@ Pour ajouter votre licence Plesk, munissez-vous de la clé qui vous a été tran
7964
> Nous ne commercialisons pas de licences Plesk pour nos offres Public Cloud. Vous pouvez cependant en obtenir une depuis le site de [Plesk](https://www.plesk.com/){.external}.
8065
>
8166
82-
Lors de votre première connexion à l'interface, une page vous proposant d'installer votre licence Plesk s'affiche automatiquement.
83-
84-
![public-cloud](images/3306-2.png){.thumbnail}
85-
86-
Vous souhaitez modifier votre licence, par exemple pour remplacer une clé de test ou pour changer d'offre ? Depuis l'interface Plesk, rendez-vous alors dans la partie `Server Management` puis cliquez sur `Tools & Settings`{.action}. Dans la section **Plesk**, sélectionnez ensuite `License Management`{.action}.
87-
88-
Une fois la nouvelle clé ajoutée, vous pouvez visualiser le type de licence installé en haut de la barre de menu, sur la gauche.
89-
90-
![public-cloud](images/3322-2.png){.thumbnail}
67+
Si vous souhaitez modifier votre licence, par exemple pour remplacer une clé de test ou pour changer d'offre ? Depuis l'interface Plesk, rendez-vous alors dans la partie `Tools & Settings`{.action}. Dans la section **Plesk**, sélectionnez ensuite `License information`{.action}.
9168

9269
## Aller plus loin
9370

94-
[Documentation officielle de Plesk](https://docs.plesk.com/en-US/onyx/){.external}.
71+
[Documentation officielle de Plesk](https://docs.plesk.com/en-US/obsidian/){.external}.
9572

9673
Échangez avec notre [communauté d'utilisateurs](/links/community).
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)