Skip to content

Commit fd48404

Browse files
jfankamjfankam
authored andcommitted
duplications
1 parent 7a78082 commit fd48404

File tree

6 files changed

+162
-252
lines changed

6 files changed

+162
-252
lines changed
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-04
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-04
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-04
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)