Skip to content

Commit 9da7d08

Browse files
committed
docs(add): add wordpress info
1 parent e44e605 commit 9da7d08

File tree

3 files changed

+42
-4
lines changed

3 files changed

+42
-4
lines changed
134 KB
Loading
77.8 KB
Loading

pages/webhosting/how-to/manage-wordpress-webhosting.mdx

Lines changed: 42 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,55 @@ categories:
1414
---
1515

1616
import Requirements from '@macros/iam/requirements.mdx'
17+
import WordPressEmail from '../assets/scaleway-wordpress-email.webp'
18+
import WordPressSuccessLogIn from '../assets/scaleway-wordpress-success.webp'
19+
1720

1821
<Requirements />
1922

2023
- A Scaleway account logged into the [console](https://console.scaleway.com)
2124
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
2225
- [Registered a domain name](/domains-and-dns/how-to/register-internal-domain/) at Scaleway or another registrar
23-
- Ordered a WordPress Web Hosting
2426

25-
Upon creating your WordPress Web Hosting, you will receive an email containing your login credentials to access your WordPress hosting dashboard, as well as the link to log in.
27+
## How to access your WordPress hosting dashboard
28+
29+
1. [Order](/webhosting/how-to/order-webhosting/) a WordPress Web Hosting plan. Upon creation, you will receive an email containing your username and a link to log in to your WordPress hosting dashboard.
30+
<Lightbox image={WordPressEmail} alt="Email from the WordPress team containing the username, and link to access the WordPress administrator account" />
31+
2. Click the link next to **Log in here**. You are prompted to choose a language.
32+
3. Choose your preferred language and click **Continue**. The WordPress welcome page displays.
33+
34+
## How to set up and log in to WordPress
35+
36+
1. Enter the title of your website in the **Side Title** field.
37+
2. In the **Username** field, enter the username you received in the email from the previous steps.
38+
3. Enter a strong password.
39+
4. Enter your email address in the **Your Email** field.
40+
5. Optionally, tick the box to discourage search engines from indexing your website or leave it as is.
41+
6. Click **Install WordPress**. The **Sucess** page displays.
42+
<Lightbox image={WordPressSuccessLogIn} alt="A page displays informing you that WordPress was installed and displaying your username" />
43+
7. Click **Log in** et log in using your credentials. Your WordPress hosting dashboard displays.
44+
45+
## How to create a mailbox from the Scaleway console
46+
47+
1. Click **Web Hosting** in the **Domains & Web Hosting** section of the [console](https://console.scaleway.com/) side menu. The **Web Hosting** overview page displays.
48+
2. Click <Icon name="more" /> and **More info**, or the domain name of the Web Hosting service you want to configure. The **Hosting information** page displays.
49+
3. Click the **Emails** tab to display information related to your email accounts.
50+
4. Click **Create email account** to create a new one. A pop-up displays.
51+
5. Select the domain you want to associate the email account with from the drop-down list, then enter a username and password.
52+
<Message type="tip">
53+
The username is the part of your email address in front of the `@`.
54+
</Message>
55+
6. Click **Create email account** to confirm the action and create the account.
56+
57+
## How to access the webmail interface from the Scaleway console
2658

27-
Once you click the link to log in, you are prompted to choose a language.
59+
You can access the webmail platform for your Web Hosting directly from your Scaleway console.
2860

29-
## How to change the language in WordPress
61+
1. Click **Web Hosting** in the **Domains & Web Hosting** section of the [console](https://console.scaleway.com/) side menu. The **Web Hosting** overview page displays.
62+
2. Click <Icon name="more" /> and **More info**, or the domain name of the Web Hosting service you want to configure. The **Hosting information** page displays.
63+
3. Click the **Emails** tab to display information related to your email accounts.
64+
4. Click **Access webmail** next to the email address you want to access. The webmail interface displays in a new browser tab.
3065

66+
<Message type="tip">
67+
Find out how to access cPanel, create a mailbox, access your webmail interface from cPanel, and more, in the [documentation dedicated to managing a cPanel Web Hosting](/webhosting/how-to/manage-cpanel-webhosting/).
68+
</Message>

0 commit comments

Comments
 (0)