diff --git a/menu/navigation.json b/menu/navigation.json
index 5e794a45c9..3e92262b79 100644
--- a/menu/navigation.json
+++ b/menu/navigation.json
@@ -3165,6 +3165,10 @@
"label": "Manage databases",
"slug": "manage-databases"
},
+ {
+ "label": "Allow remote access to Web Hosting databases",
+ "slug": "remote-access-wbh-db"
+ },
{
"label": "Manage email accounts",
"slug": "manage-email-accounts"
diff --git a/pages/webhosting/how-to/assets/scaleway-remote-db-access-page.webp b/pages/webhosting/how-to/assets/scaleway-remote-db-access-page.webp
new file mode 100644
index 0000000000..7afa2c1028
Binary files /dev/null and b/pages/webhosting/how-to/assets/scaleway-remote-db-access-page.webp differ
diff --git a/pages/webhosting/how-to/assets/scaleway-remote-db-access.webp b/pages/webhosting/how-to/assets/scaleway-remote-db-access.webp
new file mode 100644
index 0000000000..122ec84f56
Binary files /dev/null and b/pages/webhosting/how-to/assets/scaleway-remote-db-access.webp differ
diff --git a/pages/webhosting/how-to/remote-access-wbh-db.mdx b/pages/webhosting/how-to/remote-access-wbh-db.mdx
new file mode 100644
index 0000000000..e2634d5e8c
--- /dev/null
+++ b/pages/webhosting/how-to/remote-access-wbh-db.mdx
@@ -0,0 +1,49 @@
+---
+title: How to allow remote access to your Web Hosting databases
+description: This page explains how to allow remote access to your Web Hosting databases via cPanel.
+tags: remote webhosting database
+dates:
+ validation: 2025-07-29
+ posted: 2025-07-25
+---
+import Requirements from '@macros/iam/requirements.mdx'
+import RemoteDBAccess from './assets/scaleway-remote-db-access.webp'
+import RemoteDBAccessPage from './assets/scaleway-remote-db-access-page.webp'
+
+This page shows you how to allow remote access to your Web Hosting databases.
+
+By default, Web Hosting databases can only be accessed from within your hosting environment for security reasons. If you want to connect to your MySQL database remotely (for example, from your computer or a third-party server), you need to add the IP address of the device as an authorized host in cPanel.
+
+
+
+- A Scaleway account logged into the [console](https://console.scaleway.com)
+- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
+- [Ordered](/webhosting/how-to/order-webhosting/) a **cPanel** Web Hosting plan
+- [Created](/webhosting/how-to/manage-databases/#how-to-create-a-database) at least one database
+- The IPv4 or IPv6 address of the device you want to use to connect to the database
+
+
+## How to allow remote access to your Web Hosting database
+
+1. Click **Web Hosting** in the **Domains & Web Hosting** section of the [console](https://console.scaleway.com/) side menu.
+2. Click and **More info**, or the domain name of the Web Hosting you want to configure. The **Hosting information** page displays.
+3. Click the **Overview** tab, then click **Open hosting dashboard**. The cPanel login page displays in a new tab.
+4. Log in to cPanel using your username and password.
+5. In the cPanel search bar type `Remote Database Access` and click the first result that displays in the drop-down.
+
+6. In the **Host** field, enter the IPv4 or IPv6 address of the device or server you want to allow to connect to your MySQL database remotely.
+
+
+ Paste one of the following links into your browser if you do not know what your IP address is:
+ - `ip.scw.site` to find out what your current public IP is (IPv4 or IPv6),
+ - `v4.ip.scw.site` to find out what your IPv4 address is, or,
+ - `v6.ip.scw.site` to find out what your IPv6 address is.
+ If your device supports both IPv4 and IPv6, you can add both addresses.
+
+
+7. Optionally, add a comment in the **Comment** field. For example you can specify who the host is (`my-computer`, `IP-address-from-work`, etc.)
+8. Click **Add Host** to confirm. A green message box displays informing you that the IP address was added as a host.
+
+
+ For security reasons, we recommend only adding trusted IP addresses.
+
\ No newline at end of file