Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion macros/bare-metal/dedibox-scaleway-migration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
macro: dedibox-scaleway-migration
---
<Message type="note">
Only users who **have completed** the linking of their the Dedibox account to the Scaleway console are granted access to the Dedibox section within the Scaleway console. For detailed information on the migration process, please refer to our [account linking documentation](/dedibox-scaleway/how-to/link-dedibox-account/). **If you cannot locate the Dedibox link in Scaleway's console side menu, you can use the [Dedibox console](https://console.online.net)** to place orders, manage your Dediboxes, and access the [related documentation](/dedicated-servers/quickstart/).
Only users who **have completed** the linking of their the Dedibox account to the Scaleway console are granted access to the Dedibox section within the Scaleway console. For detailed information on the migration process, please refer to our [account linking documentation](/dedibox-scaleway/how-to/link-dedibox-account/). **If you cannot locate the Dedibox link in Scaleway's console side menu, you can use the [Dedibox console](https://console.online.net)** to place orders, manage your Dediboxes, and access the [related documentation](/dedibox/quickstart/).
</Message>
2 changes: 1 addition & 1 deletion pages/contribute.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Join the Scaleway **Write for the Community** program, an initiative for making
If you write a tutorial that gets published on our website, you will receive a voucher of **up to €200 cloud credits** in your Scaleway account.

Note that for receiving a reward, you must have:
- Submitted your tutorial idea via a [documentation request issue](https://github.com/scaleway/docs-content/issues/new?assignees=&labels=Documentation+Request&template=doc_request.yaml&title=%5B%F0%9F%91%A9%E2%80%8D%F0%9F%92%BB+Documentation+Request%5D%3A+), which included your [Organization ID](https://www.scaleway.com/en/docs/iam/how-to/accept-invitation-to-orga/) and was approved by our team.
- Submitted your tutorial idea via a [documentation request issue](https://github.com/scaleway/docs-content/issues/new?assignees=&labels=Documentation+Request&template=doc_request.yaml&title=%5B%F0%9F%91%A9%E2%80%8D%F0%9F%92%BB+Documentation+Request%5D%3A+), which included your [Organization ID](/iam/how-to/accept-invitation-to-orga/) and was approved by our team.
- Written the content yourself and followed our [contribution process](https://github.com/scaleway/docs-content/blob/main/docs/CONTRIBUTING.md).
- Had your content merged and published by our team.

Expand Down
2 changes: 1 addition & 1 deletion pages/dedibox-account/how-to/create-a-dedibox-account.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ Follow these steps to get started with Scaleway Dedibox:
3. Check your email inbox for a verification email. Click the verification link to activate your account. This will take you to the [Dedibox console](https://console.online.net/en/login) login page.
4. Enter the username and password you created during registration, then click **Sign in**.

You are now connected to the Scaleway Dedibox console. You must add [a payment method](/dedibox-account/how-to/add-payment-method/) before ordering your [first Dedibox dedicated server](/dedicated-servers/how-to/order-a-server/).
You are now connected to the Scaleway Dedibox console. You must add [a payment method](/dedibox-account/how-to/add-payment-method/) before ordering your [first Dedibox dedicated server](/dedibox/how-to/order-a-server/).
2 changes: 1 addition & 1 deletion pages/dedibox-account/how-to/upload-an-ssh-key.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SSH keys offer a more secure method of identity authentication on computer syste
3. Provide a description of your choice (e.g., your computer's name) and paste the public key into the designated field.
4. Click **Add SSH key** to upload the public key to your Scaleway Dedibox account.

With the SSH key now uploaded, you can select it during the [Dedibox installation process](/dedicated-servers/how-to/install-a-server/) and use it for authentication on your server.
With the SSH key now uploaded, you can select it during the [Dedibox installation process](/dedibox/how-to/install-a-server/) and use it for authentication on your server.
<Message type="note">
If you upload another key or change the existing one, you must manually replace it on your Dedibox. The **keys are transferred from the console to your server solely during installation**.
</Message>
2 changes: 1 addition & 1 deletion pages/dedibox-dns/how-to/configure-secondary-dns.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This how-to assumes that you want to manage your domains exclusively with BIND.
## How to configure BIND

1. If you use a management panel for your server, add the domain in your panel.
2. Log in to your server as root [via SSH](/dedicated-servers/how-to/connect-to-server/#connecting-via-ssh).
2. Log in to your server as root [via SSH](/dedibox/how-to/connect-to-server/#connecting-via-ssh).
3. Use your favorite text editor to edit the general BIND configuration file, located at `/etc/bind/named.conf`. The configuration of your domain should be as follows (replace `domain.fr` with your domain):
```
zone "domain.fr" {
Expand Down
2 changes: 1 addition & 1 deletion pages/dedibox-hardware/how-to/configure-dell-perc-h200.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ For maximum performance, you can activate the cache of your SATA disks. After cr
This step can be performed on Dedibox servers equipped with a DELL PERC H200 RAID controller and SATA hard disk drives.
</Message>

1. Boot your server into [rescue mode](/dedicated-servers/how-to/use-rescue-mode/) using a 64-bit Ubuntu operating system.
1. Boot your server into [rescue mode](/dedibox/how-to/use-rescue-mode/) using a 64-bit Ubuntu operating system.
2. Log into the server using the provided SSH credentials and run the following commands to re-enable the disk cache:
```sh
sudo su
Expand Down
2 changes: 1 addition & 1 deletion pages/dedibox-ip-failover/how-to/assign-failover-ip.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ For each server, you can add failover IP addresses according to the offer and yo
<Macro id="requirements" />

- A Dedibox account logged into the [console](https://console.online.net)
- [Created](/dedicated-servers/how-to/order-a-server/) a Dedibox dedicated server
- [Created](/dedibox/how-to/order-a-server/) a Dedibox dedicated server

<Macro id="failover-ip" />

Expand Down
2 changes: 1 addition & 1 deletion pages/dedibox-ip-failover/how-to/configure-centos.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This page shows you how to configure a [failover IP](/dedibox-ip-failover/concep
<Macro id="requirements" />

- A Dedibox account logged into the [console](https://console.online.net)
- [Created](/dedicated-servers/how-to/order-a-server/) a Dedibox dedicated server
- [Created](/dedibox/how-to/order-a-server/) a Dedibox dedicated server

## Failover IP configuration using the Network Manager

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This page shows you how to configure a [failover IP](/dedibox-ip-failover/concep
<Macro id="requirements" />

- A Dedibox account logged into the [console](https://console.online.net)
- [Created](/dedicated-servers/how-to/order-a-server/) a Dedibox dedicated server
- [Created](/dedibox/how-to/order-a-server/) a Dedibox dedicated server

## Failover IP configuration on Debian

Expand Down
2 changes: 1 addition & 1 deletion pages/dedibox-ip-failover/how-to/configure-freebsd.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This page shows you how to configure a [failover IP](/dedibox-ip-failover/concep
<Macro id="requirements" />

- A Dedibox account logged into the [console](https://console.online.net)
- [Created](/dedicated-servers/how-to/order-a-server/) a Dedibox dedicated server
- [Created](/dedibox/how-to/order-a-server/) a Dedibox dedicated server

## Failover IP configuration on FreeBSD

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ As long as they share the same virtual MAC, your failover IPs must be moved in a
<Macro id="requirements" />

- A Dedibox account logged into the [console](https://console.online.net)
- [Created](/dedicated-servers/how-to/order-a-server/) a Dedibox dedicated server
- [Created](/dedibox/how-to/order-a-server/) a Dedibox dedicated server
- At least 2 [failover IPs](/dedibox-ip-failover/concepts/#failover-ips)
- Generated a [virtual MAC address](/dedibox-ip-failover/concepts/#virtual-mac-address)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To communicate on the internet, each of your virtual machines needs an IP addres
<Macro id="requirements" />

- A Dedibox account logged into the [console](https://console.online.net)
- [Created](/dedicated-servers/how-to/order-a-server/) a Dedibox dedicated server and installed a hypervisor on it
- [Created](/dedibox/how-to/order-a-server/) a Dedibox dedicated server and installed a hypervisor on it
- Ordered a [failover IP](/dedibox-ip-failover/concepts/#failover-ips)
- Generated a [virtual MAC address](/dedibox-ip-failover/concepts/#virtual-mac-address)

Expand Down
2 changes: 1 addition & 1 deletion pages/dedibox-ipv6/how-to/debug-ipv6.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ categories:

## How to debug IPv6 connection issues from rescue mode

If you experience IPv6 connection issues, you can test the network connectivity from [rescue mode](/dedicated-servers/how-to/use-rescue-mode/).
If you experience IPv6 connection issues, you can test the network connectivity from [rescue mode](/dedibox/how-to/use-rescue-mode/).

To test IPv6 connectivity on your server in rescue mode, reboot the server into "Ubuntu rescue" mode. The `dhclient` is preinstalled in these images.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ This document shows you how to disable boot errors, where your server gets "stuc
<Macro id="requirements" />

- A Dedibox account logged into the [console](https://console.online.net)
- [Created](/dedicated-servers/how-to/order-a-server/) and [installed](/dedicated-servers/how-to/install-a-server/) a dedicated server with a Dell iDRAC controller
- [Created](/dedibox/how-to/order-a-server/) and [installed](/dedibox/how-to/install-a-server/) a dedicated server with a Dell iDRAC controller

1. [Connect to your server's iDRAC](/dedicated-servers/how-to/use-ipmi-on-server/#how-to-use-ipmi-via-dell-idrac).
1. [Connect to your server's iDRAC](/dedibox/how-to/use-ipmi-on-server/#how-to-use-ipmi-via-dell-idrac).
2. Click **System**, on the side menu.
3. Click the **Console/Media** tab, then **Launch virtual console**.

Expand Down
2 changes: 1 addition & 1 deletion pages/dedibox-kvm-over-ip/how-to/quantaplex.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This page shows you how to use [KVM](/dedibox-kvm-over-ip/concepts/#kvm-over-ip)
<Macro id="requirements" />

- A Dedibox account logged into the [console](https://console.online.net)
- A [Dedibox server](/dedicated-servers/how-to/install-a-server/) with a [Quanta Computer QuantaPlex](https://www.qct.io) KVM-over-IP device
- A [Dedibox server](/dedibox/how-to/install-a-server/) with a [Quanta Computer QuantaPlex](https://www.qct.io) KVM-over-IP device

## Creating a KVM session

Expand Down
2 changes: 1 addition & 1 deletion pages/dedibox-kvm-over-ip/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ In this document, we show you how to access the IPMI for a Dell or HP server. Se
<Macro id="requirements" />

- A Dedibox account logged into the [console](https://console.online.net)
- [Created](/dedicated-servers/how-to/order-a-server/) and [installed](/dedicated-servers/how-to/install-a-server/) a dedicated server with a dedicated KVM over IP device
- [Created](/dedibox/how-to/order-a-server/) and [installed](/dedibox/how-to/install-a-server/) a dedicated server with a dedicated KVM over IP device

## How to use IPMI via Dell iDRAC

Expand Down
2 changes: 1 addition & 1 deletion pages/dedibox-network/how-to/configure-network-netplan.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Since the release of its version 18.04, Bionic Beaver, [Ubuntu](http://www.ubunt
<Macro id="requirements" />

- A Dedibox account logged into the [console](https://console.online.net)
- [Created](/dedicated-servers/how-to/order-a-server/) and [installed](/dedicated-servers/how-to/install-a-server/) a dedicated server
- [Created](/dedibox/how-to/order-a-server/) and [installed](/dedibox/how-to/install-a-server/) a dedicated server

## Configuration files

Expand Down
2 changes: 1 addition & 1 deletion pages/dedibox-network/how-to/subscribe-to-jmrp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Following these steps will help you maintain a clean email delivery system and p
<Macro id="requirements" />

- A Dedibox account logged into the [console](https://console.online.net)
- [Created](/dedicated-servers/how-to/order-a-server/) and [installed](/dedicated-servers/how-to/install-a-server/) a dedicated server
- [Created](/dedibox/how-to/order-a-server/) and [installed](/dedibox/how-to/install-a-server/) a dedicated server
- [Configured the reverse DNS of your IP](/dedibox-ip-failover/how-to/configure-reverse-dns/)
- [Created](https://signup.live.com/signup) a Microsoft account

Expand Down
8 changes: 4 additions & 4 deletions pages/dedibox/how-to/change-root-password.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ categories:
- dedibox-servers
---

This document shows you how to change your password using the [rescue system](/dedicated-servers/how-to/use-rescue-mode/). If you try to use the usual `passwd` command to change your password, it will only change the password of the rescue system. Your modifications are reset after a reboot. We will show you how to access your real files to change your password.
This document shows you how to change your password using the [rescue system](/dedibox/how-to/use-rescue-mode/). If you try to use the usual `passwd` command to change your password, it will only change the password of the rescue system. Your modifications are reset after a reboot. We will show you how to access your real files to change your password.

<Macro id="requirements" />

- A Dedibox account logged into the [console](https://console.online.net)
- [Created](/dedicated-servers/how-to/order-a-server) and [installed](/dedicated-servers/how-to/install-a-server/) a dedicated server
- [Created](/dedibox/how-to/order-a-server) and [installed](/dedibox/how-to/install-a-server/) a dedicated server

1. From the console, [launch rescue mode](/dedicated-servers/how-to/use-rescue-mode/).
1. From the console, [launch rescue mode](/dedibox/how-to/use-rescue-mode/).
2. Mount your partitions:
```
sudo mountall.sh
Expand All @@ -35,7 +35,7 @@ This document shows you how to change your password using the [rescue system](/d
```

<Message type="note">
- If you [installed your server](/dedicated-servers/how-to/install-a-server/) with the default partition layout, the root partition will be mounted on sda2.
- If you [installed your server](/dedibox/how-to/install-a-server/) with the default partition layout, the root partition will be mounted on sda2.
- If you configured custom partitioning, your root partition may be mounted elsewhere.
</Message>
4. Use the following command to change the password:
Expand Down
2 changes: 1 addition & 1 deletion pages/dedibox/how-to/change-win-server-language.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This guide provides step-by-step instructions to change the display language of
<Macro id="requirements" />

- A Dedibox account logged into the [console](https://console.online.net)
- A [Dedibox server](/dedicated-servers/how-to/order-a-server/) with Windows Server 2019 [installed](/dedicated-servers/how-to/install-a-server/)
- A [Dedibox server](/dedibox/how-to/order-a-server/) with Windows Server 2019 [installed](/dedibox/how-to/install-a-server/)

1. Log in to your Windows Server's graphical interface using Remote Desktop or a similar tool.
2. Open the **Start** menu and click the settings icon to access the **Settings** interface.
Expand Down
4 changes: 2 additions & 2 deletions pages/dedibox/how-to/connect-to-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This guide provides instructions on connecting to your Scaleway Dedibox server u

- A Dedibox account logged into the [console](https://console.online.net)
- [Created and uploaded your SSH key](/dedibox-account/how-to/upload-an-ssh-key/)
- [Created](/dedicated-servers/how-to/order-a-server/) and [installed](/dedicated-servers/how-to/install-a-server/) a dedicated server and transferred your SSH key to the server during installation
- [Created](/dedibox/how-to/order-a-server/) and [installed](/dedibox/how-to/install-a-server/) a dedicated server and transferred your SSH key to the server during installation

## Connecting via SSH

Expand Down Expand Up @@ -73,7 +73,7 @@ If you have installed Windows Server on your Dedibox, follow these steps to conn
4. Click **Connect** and enter the password set during the server installation.
5. Confirm the connection if prompted.

You are now connected to the Windows Server graphical interface. For language settings, refer to the [Windows Server language change guide](/dedicated-servers/how-to/change-win-server-language/).
You are now connected to the Windows Server graphical interface. For language settings, refer to the [Windows Server language change guide](/dedibox/how-to/change-win-server-language/).

## Transferring data to your server

Expand Down
8 changes: 4 additions & 4 deletions pages/dedibox/how-to/get-started-with-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Once you have set up your Dedibox server, installed an operating system, and con
<Macro id="requirements" />

- A Dedibox account logged into the [console](https://console.online.net)
- [Created](/dedicated-servers/how-to/order-a-server/) and [installed](/dedicated-servers/how-to/install-a-server/) a dedicated server
- [Created](/dedibox/how-to/order-a-server/) and [installed](/dedibox/how-to/install-a-server/) a dedicated server

## Using the shell

Expand All @@ -28,17 +28,17 @@ Dedibox servers do not come with a graphical interface by default. Instead, all
- Create, edit, and delete files and directories
- Configure server settings

You can [connect to the shell via SSH](/dedicated-servers/how-to/connect-to-server/#connecting-via-ssh). For essential commands, refer to our [basic Linux commands guide](/dedicated-servers/reference-content/basic-linux-commands/).
You can [connect to the shell via SSH](/dedibox/how-to/connect-to-server/#connecting-via-ssh). For essential commands, refer to our [basic Linux commands guide](/dedibox/reference-content/basic-linux-commands/).

## Using a graphical desktop

If you prefer a graphical interface, you can install a desktop-oriented distribution and connect using the X2Go Client. For more information, refer to our [guide on connecting via Windows Remote Desktop](/dedicated-servers/how-to/connect-to-server/#connecting-via-remote-desktop).
If you prefer a graphical interface, you can install a desktop-oriented distribution and connect using the X2Go Client. For more information, refer to our [guide on connecting via Windows Remote Desktop](/dedibox/how-to/connect-to-server/#connecting-via-remote-desktop).

## Installing software on Linux OSes

After setting up your Dedibox, only the operating system and an SSH server are installed. To add software, use a package manager specific to your distribution:

- **Debian/Ubuntu**: Use the APT package manager. See our guide on [getting started with APT](/dedicated-servers/how-to/manage-packages/).
- **Debian/Ubuntu**: Use the APT package manager. See our guide on [getting started with APT](/dedibox/how-to/manage-packages/).
- **CentOS/RHEL**: Use [DNF](https://dnf.readthedocs.io/en/latest/) (previously YUM for CentOS 7 and older).
- **SuSE Linux**: Use [YAST](https://documentation.suse.com/sles/15-SP2/html/SLES-all/cha-yast-software.html).

Expand Down
6 changes: 3 additions & 3 deletions pages/dedibox/how-to/install-a-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@ After your Scaleway Dedibox server has been delivered, you can proceed with the
<Macro id="requirements" />

- A Dedibox account logged into the [console](https://console.online.net)
- A [Dedibox server](/dedicated-servers/how-to/order-a-server/)
- A [Dedibox server](/dedibox/how-to/order-a-server/)

1. In the [Dedibox console](https://console.online.net/), navigate to **Server** > **Server list** in the top menu. A list of your servers will be displayed.
2. Click **Manage** next to the server you want to install. The server installation wizard will appear.
3. Select the operating system type to be installed.
<Message type="tip">
For detailed information about OS types, refer to the [dedicated servers concepts page](/dedicated-servers/concepts/#os-type).
For detailed information about OS types, refer to the [dedicated servers concepts page](/dedibox/concepts/#os-type).
</Message>

<Message type="note">
If you prefer to complete the installation using [KVM Over IP](/dedibox-kvm-over-ip/), click **Install over KVM** on this page.
</Message>
4. Choose the specific operating system and version you wish to install, then click **Install**.
5. Customize the [partitioning](/dedicated-servers/concepts/#partitioning) configuration:
5. Customize the [partitioning](/dedibox/concepts/#partitioning) configuration:

- Select the **File system**, **RAID level**, and specify the **mount point** and **partition size** in MB.
- If the server has two disks, you can choose between **RAID 0**, **RAID 1**, or **No RAID**. For servers with more than two disks, **RAID 5** is also available. Configure the RAID and partitioning according to your needs. Ensure identical partitioning across all disks in a software RAID setup.
Expand Down
Loading
Loading