Skip to content

Commit 0b7200f

Browse files
authored
feat(wbh): add low level doc (#3783)
1 parent 37a6835 commit 0b7200f

File tree

5 files changed

+206
-1
lines changed

5 files changed

+206
-1
lines changed
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
---
2+
meta:
3+
title: How to manage databases
4+
description: Discover how to manage databases for Scaleway Web Hosting plans from the console.
5+
h1: How to manage databases
6+
paragraph: Discover how to manage databases for Scaleway Web Hosting plans from the console.
7+
tags: webhosting
8+
dates:
9+
validation: 2024-10-02
10+
posted: 2024-10-02
11+
categories:
12+
- managed-services
13+
---
14+
15+
You can create and manage databases for your website and applications, including user creation and password updates directly from the Scaleway console.
16+
17+
18+
<Macro id="requirements" />
19+
20+
- A Scaleway account logged into the [console](https://console.scaleway.com)
21+
- [Owner](/identity-and-access-management/iam/concepts/#owner) status or [IAM permissions](/identity-and-access-management/iam/concepts/#permission) allowing you to perform actions in the intended Organization
22+
- [Registered a domain name](/network/domains-and-dns/how-to/register-internal-domain/) at Scaleway or another registrar
23+
- A Web Hosting plan
24+
25+
## How to create a database
26+
27+
1. Click **Web Hosting** in the **Managed Services** section of the [console](https://console.scaleway.com/) side menu. The **Web Hosting** overview page displays.
28+
2. Click <Icon name="seeMore" /> or the domain name of the Web Hosting service you want to configure. The **Hosting information** page displays.
29+
3. Click the **Databases** tab to display information related to your databases.
30+
4. Click **Create database** in the **Database** section of the page. A pop-up displays.
31+
5. Enter a name for the database, select an existing database user from the drop-down list or create a new one by entering a username and password. Click **Create database** to create the database.
32+
6. Enter the username and password for your FTP account. Then click **Create FTP account** to submit the form and create the account.
33+
34+
## How to delete a database
35+
36+
1. Click **Web Hosting** in the **Managed Services** section of the [console](https://console.scaleway.com/) side menu. The **Web Hosting** overview page displays.
37+
2. Click <Icon name="seeMore" /> or the domain name of the Web Hosting service you want to configure. The **Hosting information** page displays.
38+
3. Click the **Databases** tab to display information related to your databases.
39+
4. Click <Icon name="delete" /> next to the database you want to delete. A pop-up displays.
40+
5. Click **Delete database** to confirm the action and delete the database.
41+
42+
## How to create a database user
43+
44+
1. Click **Web Hosting** in the **Managed Services** section of the [console](https://console.scaleway.com/) side menu. The **Web Hosting** overview page displays.
45+
2. Click <Icon name="seeMore" /> or the domain name of the Web Hosting service you want to configure. The **Hosting information** page displays.
46+
3. Click the **Databases** tab to display information related to your databases.
47+
4. Click **Create database user** in the **Database users** section of the page to create a new one. A pop-up displays.
48+
5. Enter a username and password. Then click **Create database user** to create the user.
49+
50+
## How to update the password of a database user
51+
52+
1. Click **Web Hosting** in the **Managed Services** section of the [console](https://console.scaleway.com/) side menu. The **Web Hosting** overview page displays.
53+
2. Click <Icon name="seeMore" /> or the domain name of the Web Hosting service you want to configure. The **Hosting information** page displays.
54+
3. Click the **Databases** tab to display information related to your databases.
55+
4. Click <Icon name="more" /> > **Change password** next to the database user whose password you want to change. A pop-up displays.
56+
5. Enter the new password and click **Update database user** to submit the form and update the password.
57+
58+
59+
## How to delete a database user
60+
61+
1. Click **Web Hosting** in the **Managed Services** section of the [console](https://console.scaleway.com/) side menu. The **Web Hosting** overview page displays.
62+
2. Click <Icon name="seeMore" /> or the domain name of the Web Hosting service you want to configure. The **Hosting information** page displays.
63+
3. Click the **Databases** tab to display information related to your databases.
64+
4. Click <Icon name="more" /> > **Delete** next to the database user you want to delete. A pop-up displays.
65+
5. Click **Delete database user** to confirm the action and delete the user.
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
meta:
3+
title: How to manage email accounts
4+
description: Discover how to manage email accounts for Scaleway Web Hosting plans from the console.
5+
h1: How to manage email accounts
6+
paragraph: Discover how to manage email accounts for Scaleway Web Hosting plans from the console.
7+
tags: webhosting
8+
dates:
9+
validation: 2024-10-02
10+
posted: 2024-10-02
11+
categories:
12+
- managed-services
13+
---
14+
15+
Send, receive, and store electronic messages through the internet. Email accounts can be accessed via POP3 and IMAP protocols and managed from the Scaleway console.
16+
17+
<Macro id="requirements" />
18+
19+
- A Scaleway account logged into the [console](https://console.scaleway.com)
20+
- [Owner](/identity-and-access-management/iam/concepts/#owner) status or [IAM permissions](/identity-and-access-management/iam/concepts/#permission) allowing you to perform actions in the intended Organization
21+
- [Registered a domain name](/network/domains-and-dns/how-to/register-internal-domain/) at Scaleway or another registrar
22+
- A Web Hosting plan
23+
24+
## How to create an email account
25+
26+
1. Click **Web Hosting** in the **Managed Services** section of the [console](https://console.scaleway.com/) side menu. The **Web Hosting** overview page displays.
27+
2. Click <Icon name="seeMore" /> or the domain name of the Web Hosting service you want to configure. The **Hosting information** page displays.
28+
3. Click the **Emails** tab to display information related to your email accounts.
29+
4. Click **Create email account** to create a new one. A pop-up displays.
30+
5. Select the domain you want to associate the email account with from the drop-down list, then enter a username and password.
31+
<Message type="tip">
32+
The username is the part of your email address in front of the @.
33+
</Message>
34+
6. Click **Create email account** to confirm the action and create the account.
35+
36+
<Message type="tip">
37+
To access webmail for the email account, click **Access webmail** next to the email account.
38+
</Message>
39+
40+
41+
## How to update the password of an email account
42+
43+
1. Click **Web Hosting** in the **Managed Services** section of the [console](https://console.scaleway.com/) side menu. The **Web Hosting** overview page displays.
44+
2. Click <Icon name="seeMore" /> or the domain name of the Web Hosting service you want to configure. The **Hosting information** page displays.
45+
3. Click the **Emails** tab to display information related to your email accounts.
46+
4. Click <Icon name="more" /> > **Change password** next to the email account whose password you want to change. A pop-up displays.
47+
5. Enter the new password and click **Change password** to submit the form and update the password.
48+
49+
## How to delete an email account
50+
51+
1. Click **Web Hosting** in the **Managed Services** section of the [console](https://console.scaleway.com/) side menu. The **Web Hosting** overview page displays.
52+
2. Click <Icon name="seeMore" /> or the domain name of the Web Hosting service you want to configure. The **Hosting information** page displays.
53+
3. Click the **Emails** tab to display information related to your email accounts.
54+
4. Click <Icon name="more" /> > **Delete** next to the email account you want to delete. A pop-up displays.
55+
5. Type **DELETE** in the pop-up and click **Delete email account** to confirm the action and delete the account.
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
meta:
3+
title: How to manage FTP accounts
4+
description: Discover how to manage FTP accounts for Scaleway Web Hosting plans from the console.
5+
h1: How to manage FTP accounts
6+
paragraph: Discover how to manage FTP accounts for Scaleway Web Hosting plans from the console.
7+
tags: webhosting
8+
dates:
9+
validation: 2024-10-02
10+
posted: 2024-10-02
11+
categories:
12+
- managed-services
13+
---
14+
15+
FTP (File Transfer Protocol) is used to tranfer data from your computer to your Web Hosting account and vice versa. This allows you to manage the content of your website.
16+
17+
You can create and manage FTP accounts directly from the Scaleway console.
18+
19+
<Macro id="requirements" />
20+
21+
- A Scaleway account logged into the [console](https://console.scaleway.com)
22+
- [Owner](/identity-and-access-management/iam/concepts/#owner) status or [IAM permissions](/identity-and-access-management/iam/concepts/#permission) allowing you to perform actions in the intended Organization
23+
- [Registered a domain name](/network/domains-and-dns/how-to/register-internal-domain/) at Scaleway or another registrar
24+
- A Web Hosting plan
25+
26+
## How to create an FTP account
27+
28+
1. Click **Web Hosting** in the **Managed Services** section of the [console](https://console.scaleway.com/) side menu. The **Web Hosting** overview page displays.
29+
2. Click <Icon name="seeMore" /> or the domain name of the Web Hosting service you want to configure. The **Hosting information** page displays.
30+
3. Click the **FTP** tab to display information related to your FTP accounts.
31+
4. Click **Create FTP account** to create a new one. A pop-up displays.
32+
5. Enter the username and password for your FTP account. Then click **Create FTP account** to submit the form to create the account.
33+
34+
## How to update the password of an FTP account
35+
36+
1. Click **Web Hosting** in the **Managed Services** section of the [console](https://console.scaleway.com/) side menu. The **Web Hosting** overview page displays.
37+
2. Click <Icon name="seeMore" /> or the domain name of the Web Hosting service you want to configure. The **Hosting information** page displays.
38+
3. Click the **FTP** tab to display information related to your FTP accounts.
39+
4. Click <Icon name="more" /> > **Change password** next to the FTP account whose password you want to change. A pop-up displays.
40+
5. Enter the new password and click **Change password** to submit the form to update the password.
41+
42+
## How to delete an FTP account
43+
44+
1. Click **Web Hosting** in the **Managed Services** section of the [console](https://console.scaleway.com/) side menu. The **Web Hosting** overview page displays.
45+
2. Click <Icon name="seeMore" /> or the domain name of the Web Hosting service you want to configure. The **Hosting information** page displays.
46+
3. Click the **FTP** tab to display information related to your FTP accounts.
47+
4. Click <Icon name="more" /> > **Delete** next to the FTP account you want to delete. A pop-up displays.
48+
5. Click **Delete FTP account** to confirm the action and delete the FTP account.

managed-services/webhosting/quickstart.mdx

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page shows you how to get started with Web Hosting.
88
tags: webhosting cpanel
99
dates:
10-
validation: 2024-07-03
10+
validation: 2024-10-02
1111
posted: 2021-05-26
1212
categories:
1313
- webhosting
@@ -46,6 +46,10 @@ Scaleway provides Web Hosting plans with [cPanel](/managed-services/webhosting/r
4646

4747
## How to access the Web Hosting control panel from the Scaleway console
4848

49+
<Message type="tip">
50+
You can manage your [email accounts](/managed-services/webhosting/how-to/manage-email-accounts/), [databases](/managed-services/webhosting/how-to/manage-databases/), and [FTP accounts](/managed-services/webhosting/how-to/manage-ftp-accounts/) directly from the Scaleway console.
51+
</Message>
52+
4953
<Tabs>
5054
<TabsTab label="cPanel Web Hosting">
5155
1. Click **Web Hosting** in the **Managed Services** section of the [console](https://console.scaleway.com/) side menu. The **Web Hosting** overview page displays.
@@ -130,6 +134,21 @@ Scaleway's Web Hosting control panels are a multi-language solution and you can
130134
## How to create a mailbox
131135

132136
<Tabs>
137+
<TabsTab label="Scaleway console">
138+
1. Click **Web Hosting** in the **Managed Services** section of the [console](https://console.scaleway.com/) side menu. The **Web Hosting** overview page displays.
139+
2. Click <Icon name="seeMore" /> or the domain name of the Web Hosting service you want to configure. The **Hosting information** page displays.
140+
3. Click the **Emails** tab to display information related to your email accounts.
141+
4. Click **Create email account** to create a new one. A pop-up displays.
142+
5. Select the domain you want to associate the email account with from the drop-down list, then enter a username and password.
143+
<Message type="tip">
144+
The username is the part of your email address in front of the @.
145+
</Message>
146+
6. Click **Create email account** to confirm the action and create the account.
147+
148+
<Message type="tip">
149+
To access webmail for the email account, click **Access webmail** next to the email account.
150+
</Message>
151+
</TabsTab>
133152
<TabsTab label="cPanel Web Hosting">
134153
1. Open the [Web Hosting control panel](#how-to-access-the-web-hosting-control-panel-from-the-scaleway-console) and log in using your panel user and password. The Web Hosting panel dashboard displays.
135154
2. Click **Email accounts** in the **Email** section of the dashboard. A list of your mailboxes displays.
@@ -171,6 +190,12 @@ Scaleway's Web Hosting control panels are a multi-language solution and you can
171190
You can access the webmail platform for your Web Hosting directly from your Scaleway console.
172191

173192
<Tabs>
193+
<TabsTab label="Scaleway console">
194+
1. Click **Web Hosting** in the **Managed Services** section of the [console](https://console.scaleway.com/) side menu. The **Web Hosting** overview page displays.
195+
2. Click <Icon name="seeMore" /> or the domain name of the Web Hosting service you want to configure. The **Hosting information** page displays.
196+
3. Click the **Emails** tab to display information related to your email accounts.
197+
4. Click **Access webmail** next to the email address you want to access. The webmail interface displays in a new browser tab.
198+
</TabsTab>
174199
<TabsTab label="cPanel Web Hosting">
175200
1. Click **Web Hosting** in the **Managed Services** section of the [console](https://console.scaleway.com/) side menu. The **Web Hosting** overview page displays.
176201
2. Click <Icon name="seeMore" /> or the domain name of the Web Hosting plan you want to configure. The **Hosting information** page displays.

menu/navigation.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2732,6 +2732,18 @@
27322732
"label": "Manage a Web Hosting plan",
27332733
"slug": "manage-webhosting"
27342734
},
2735+
{
2736+
"label": "Manage FTP accounts",
2737+
"slug": "manage-ftp-accounts"
2738+
},
2739+
{
2740+
"label": "Manage databases",
2741+
"slug": "manage-databases"
2742+
},
2743+
{
2744+
"label": "Manage email accounts",
2745+
"slug": "manage-email-accounts"
2746+
},
27352747
{
27362748
"label": "Order a dedicated IP for Web Hosting",
27372749
"slug": "order-dedicated-ip"

0 commit comments

Comments
 (0)