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 pages/block-storage/how-to/create-a-volume.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ categories:
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization

<Message type="important">
This procedure refers to low latency block volumes. To create legacy block volumes, refer the [dedicated documentation](/instances/how-to/create-a-block-volume/).
This procedure refers to low latency block volumes. To create legacy block volumes, refer to the [dedicated documentation](/block-storage/how-to/create-a-volume/).
</Message>

1. Click **Block Storage** in the **Storage** section of the [Scaleway console](https://console.scaleway.com) side menu. The Block Storage page displays.
Expand Down
2 changes: 1 addition & 1 deletion pages/container-registry/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Understand key concepts behind Scaleway's Container Registry.
tags: container-registry container docker namespace registry
dates:
validation: 2024-08-19
validation: 2025-02-24
categories:
- container-registry
---
Expand Down
2 changes: 1 addition & 1 deletion pages/dedibox-account/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page explains all the concepts related to your Dedibox account
tags: dedibox dedibox-console account logs google authenticator authenticator
dates:
validation: 2024-08-19
validation: 2025-02-24
categories:
- account
---
Expand Down
2 changes: 1 addition & 1 deletion pages/dedibox-account/how-to/update-email.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page explains how to update the email address associated with your Scaleway Dedibox account.
tags: dedibox update account email
dates:
validation: 2024-08-19
validation: 2025-02-24
posted: 2020-03-12
categories:
- account
Expand Down
25 changes: 12 additions & 13 deletions pages/dedibox-dns/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,52 +7,51 @@ content:
paragraph: This page explains all the concepts related to DNS
tags: mx-record txt-record dedibox dns
dates:
validation: 2024-08-19
validation: 2025-02-24
categories:
- dedibox-network
---

## Domain Name / Domain
## Domain name / Domain

See [Domains](/dedibox-domains/concepts/#domain-name).

## DNS

The **D**omain **N**ame **S**ystem is a name management system for computing devices connected to a network, be it public (Internet) or private. It translates text-based [domain names](/dedibox-domains/concepts/#domain-name) to numerical [IP addresses](#ip-address).

## DNS Delegation
## DNS delegation

DNS delegation is when a [DNS Name Server](#dns-name-servers) delegates authority over a part of its [namespace](#dns-namespace) to one or more other DNS servers. Delegation can be seen as a pointer to the authoritative name servers for a subdomain. With Dedibox, this can be useful to edit the reverse of IPv4/27 blocks and the IPv6 blocks (/48 - /56 - /64), as that cannot be done directly in the console. You can, alternatively, delegate those subnets to your name servers, who will then take on the task of propagating the DNS reverses of your IPs on the internet.

## DNS Name Servers
## DNS name servers

A DNS Name Server stores the [DNS Records](#dns-record) for a given domain(s).

## DNS Record
## DNS record

A [DNS](#dns) Record holds information translating a domain or subdomain to an IP address, mail server or other domain/subdomain. DNS records for each [DNS Zone](#dns-zone) are stored within files called [DNS Zone Files](#dns-zone-file). These are hosted on [DNS Name Servers](#dns-name-servers). DNS records act as instructions for the DNS servers, so they know which domain names and IP addresses are associated with each other. DNS records can be of multiple types, called [Resource Records](#resource-records).

## DNS Zone
## DNS zone

A DNS zone hosts the [DNS records](#dns-record) for a distinct part of the global domain namespace, and is managed by a specific organization or administrator.

## DNS Zone File
## DNS zone file

A DNS Zone File describes a [DNS Zone](#dns-zone), containing DNS records which constitute mappings between domain names, IP addresses and other resources.

## DNS Namespace

## DNS namespace
DNS domains are all organized in a hierarchy called the DNS namespace. The hierarchy consists of:

- **Top Level Domains**: .com or .net, for example.
- **Second-level domains**: example.com
- **Subdomains**: mysite.example.com or sub.domain.example.com.

## IP Address
## IP address

An Internet Protocol address is a unique address that identifies a device on the internet or a local network. Generally, when we talk about IP addresses, we are referring to IPv4 addresses. However, due to the global shortage of IPv4 addresses, IPv6 addresses have also been in deployment since the mid-2000s.

## Resource Records
## Resource records

Information in [DNS zones](#dns-zone) is categorized and organized through a list of [DNS record](#dns-record) types, called Resource Records (RRs). Each of these records has a type, an expiration time (Time to Live - TTL), a name, and type-specific data for certain types of records.

Expand All @@ -68,9 +67,9 @@ The most common records are:

Reverse DNS, or rDNS, is exactly the opposite of classic [forward DNS](#dns) as we know it. Forward DNS maps a hostname to an IP address. Reverse DNS means we are mapping the IP address to a hostname. This can be very useful, especially if you want to send emails from your server.

## Root Server
## Root server

Root Servers are a type of [DNS Name Server](#dns-name-servers) pertaining to [Top Level domains](/dedibox-domains/concepts/#tld). They are the first step in the resolution of any domain name, since they contain information about the authoritative DNS servers for each Top Level Domain.
Root servers are a type of [DNS name server](#dns-name-servers) pertaining to [top level domains](/dedibox-domains/concepts/#tld). They are the first step in the resolution of any domain name, since they contain information about the authoritative DNS servers for each Top Level Domain.

## Secondary DNS

Expand Down
2 changes: 1 addition & 1 deletion pages/dedibox-domains/how-to/change-ownership.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ content:
h1: How to change the ownership of a domain name
paragraph: This page explains how to change the ownership of a domain name at Scaleway Dedibox
dates:
validation: 2024-08-19
validation: 2025-02-24
posted: 2021-05-26
---

Expand Down
2 changes: 1 addition & 1 deletion pages/dedibox-domains/how-to/enable-dnssec.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page explains how to enable DNSSEC for domains at Scaleway Dedibox
tags: dedibox dnssec domain
dates:
validation: 2024-08-19
validation: 2025-02-24
posted: 2021-05-26
categories:
- dedibox-network
Expand Down
4 changes: 2 additions & 2 deletions pages/dedibox-domains/how-to/file-contact-info.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ meta:
content:
h1: How to file contact information
paragraph: This page explains how to file contact information for a domain at Scaleway Dedibox
tags: dedibox contact-information domain
tags: dedibox contact-information domain
dates:
validation: 2024-08-19
validation: 2025-02-24
posted: 2021-05-26
categories:
- dedibox-network
Expand Down
4 changes: 2 additions & 2 deletions pages/dedibox-domains/how-to/manage-dns-servers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ meta:
content:
h1: How to manage a domain's DNS servers
paragraph: This page explains how to manage a domain's DNS server at Scaleway Dedibox
tags: domain dns-server dns dedibox
tags: domain dns-server dns dedibox
dates:
validation: 2024-08-19
validation: 2025-02-24
posted: 2021-05-26
categories:
- dedibox-network
Expand Down
4 changes: 2 additions & 2 deletions pages/dedibox-domains/how-to/manage-dns-zones.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ meta:
content:
h1: How to manage a domain's DNS zones
paragraph: This page explains how to manage a domain's DNS zones at Scaleway Dedibox
tags: dedibox domain dns dns-zone
tags: dedibox domain dns dns-zone
dates:
validation: 2024-08-19
validation: 2025-02-24
posted: 2021-05-26
categories:
- dedibox-network
Expand Down
4 changes: 2 additions & 2 deletions pages/dedibox-domains/how-to/purchase-domain.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ meta:
content:
h1: How to buy a domain name
paragraph: This page explains how to buy a domain name at Scaleway Dedibox
tags: dedibox domain domain-name
tags: dedibox domain domain-name
dates:
validation: 2024-08-19
validation: 2025-02-24
posted: 2021-05-26
categories:
- dedibox-network
Expand Down
4 changes: 2 additions & 2 deletions pages/dedibox-domains/how-to/renew-domain.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ meta:
content:
h1: How to renew a domain name
paragraph: This page explains how to renew a domain name at Scaleway Dedibox
tags: dedibox domain-name domain
tags: dedibox domain-name domain
dates:
validation: 2024-08-19
validation: 2025-02-25
posted: 2021-05-26
categories:
- dedibox-network
Expand Down
4 changes: 2 additions & 2 deletions pages/dedibox-domains/how-to/transfer-domain.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ meta:
content:
h1: How to transfer a domain name
paragraph: This page explains how to transfer a domain name at Scaleway Dedibox
tags: dedibox domain transfer domain-name authcode antispam
tags: dedibox domain transfer domain-name authcode antispam
dates:
validation: 2024-08-19
validation: 2025-02-24
posted: 2021-05-26
categories:
- dedibox-network
Expand Down
4 changes: 2 additions & 2 deletions pages/dedibox-domains/how-to/validate-waps-info.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ meta:
content:
h1: How to validate WAPS information
paragraph: This page explains how to validate WAPS information at Scaleway Dedibox
tags: dedibox waps
tags: dedibox waps
dates:
validation: 2024-08-19
validation: 2025-02-24
posted: 2021-05-26
categories:
- dedibox-network
Expand Down
3 changes: 1 addition & 2 deletions pages/dedibox-scaleway/how-to/connect-to-dedibox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page explains how to connect to a Dedibox server
tags: dedibox connect putty
dates:
validation: 2024-08-19
validation: 2025-02-24
posted: 2022-01-31
---

Expand All @@ -24,7 +24,6 @@ You can also use FTP, SFTP, or SCP to transfer data to and from your server.
- 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
- [Created and uploaded your SSH key](/organizations-and-projects/how-to/create-ssh-key/)
- [Linked](/dedibox-scaleway/how-to/link-dedibox-account/) your Dedibox and Scaleway accounts
- [Created](/dedibox-scaleway/how-to/order-dedibox/) and [installed](/dedibox-scaleway/how-to/install-dedibox/) a Dedibox server and transferred your SSH key to it during installation

## How to connect via SSH
Expand Down
4 changes: 1 addition & 3 deletions pages/dedibox-scaleway/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page explains how to get started with Scaleway Dedibox dedicated servers
tags: putty dedibox
dates:
validation: 2024-08-19
validation: 2025-02-24
posted: 2022-01-17
---

Expand All @@ -17,8 +17,6 @@ dates:

- 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
- A [Dedibox dedicated server](https://www.scaleway.com/en/dedibox)
- [Linked](/dedibox-scaleway/how-to/link-dedibox-account/) your Dedibox and Scaleway accounts

## How to order a Dedibox

Expand Down
2 changes: 1 addition & 1 deletion pages/dedibox/how-to/change-root-password.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page explains how to change the root password on a Scaleway Dedibox server
tags: root-password root password dedibox
dates:
validation: 2024-08-19
validation: 2025-02-24
posted: 2021-06-11
categories:
- dedibox-servers
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 @@ -7,7 +7,7 @@ content:
paragraph: Learn how to change the display language on your Windows Server 2019 installed on a Dedibox server with this step-by-step guide.
tags: language windows-server-2019 windows-server dedibox
dates:
validation: 2024-08-19
validation: 2025-02-24
posted: 2021-06-11
categories:
- dedibox-servers
Expand Down
2 changes: 1 addition & 1 deletion pages/dedibox/how-to/connect-to-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page explains how to connect to a Scaleway Dedibox server using SSH or RDP
tags: dedibox dedicated-server server
dates:
validation: 2024-08-19
validation: 2025-02-24
posted: 2021-06-11
categories:
- dedibox-servers
Expand Down
4 changes: 2 additions & 2 deletions pages/dedibox/how-to/get-started-with-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ meta:
content:
h1: Getting started with your Scaleway Dedibox server
paragraph: Learn how to set up, use, and manage your Scaleway Dedibox server with this comprehensive guide, including tips on using the shell, installing software, and backing up your data.
tags: dedibox dedicated server x2go
tags: dedibox dedicated server x2go
dates:
validation: 2024-08-19
validation: 2025-02-24
posted: 2021-06-11
categories:
- dedibox-servers
Expand Down
2 changes: 1 addition & 1 deletion pages/dedibox/how-to/install-a-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Learn how to install your Scaleway Dedibox dedicated server with step-by-step instructions for OS selection, partitioning, and configuration.
tags: dedibox dedicated-server server
dates:
validation: 2024-08-19
validation: 2025-02-24
posted: 2021-06-11
categories:
- dedibox-servers
Expand Down
4 changes: 2 additions & 2 deletions pages/dedibox/how-to/monitor-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ meta:
content:
h1: How to monitor your server
paragraph: This page explains how to monitor your Dedibox server
tags: dedibox monitoring server
tags: dedibox monitoring server
dates:
validation: 2024-08-19
validation: 2025-02-24
posted: 2021-06-11
categories:
- dedibox-servers
Expand Down
2 changes: 1 addition & 1 deletion pages/dedibox/how-to/rescue-your-data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Learn how to recover and download backups of your data from a Scaleway Dedibox server using rescue mode with SFTP or Dedibackup.
tags: recovery rescue data rescue-mode
dates:
validation: 2024-08-19
validation: 2025-02-24
posted: 2021-06-11
categories:
- dedibox-servers
Expand Down
4 changes: 2 additions & 2 deletions pages/dedibox/how-to/restart-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ meta:
content:
h1: How to restart your server
paragraph: This page explains how to restart your Scaleway Dedibox server
tags: dedibox server restart
tags: dedibox server restart
dates:
validation: 2024-08-19
validation: 2025-02-24
posted: 2021-06-11
categories:
- dedibox-servers
Expand Down
2 changes: 1 addition & 1 deletion pages/dedibox/how-to/use-ipmi-on-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page explains how to use IPMI on a Scaleway Dedibox server
tags: dedibox ipmi server
dates:
validation: 2024-08-19
validation: 2025-02-24
posted: 2021-06-11
categories:
- dedibox-servers
Expand Down
2 changes: 1 addition & 1 deletion pages/dedibox/how-to/use-rescue-mode.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Learn how to use rescue mode on a Scaleway Dedibox server to troubleshoot and recover your system.
tags: rescue mode rescue-mode dedicated-server dedicated server
dates:
validation: 2024-08-19
validation: 2025-02-24
posted: 2021-06-11
categories:
- dedibox-servers
Expand Down
4 changes: 2 additions & 2 deletions pages/dedibox/how-to/use-serial-console.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ meta:
content:
h1: How to use the serial console
paragraph: This page explains how to use the serial console on a Scaleway Dedibox server
tags: dedibox serial console serial-console
tags: dedibox serial console serial-console
dates:
validation: 2024-08-19
validation: 2025-02-24
posted: 2021-06-11
categories:
- dedibox-servers
Expand Down
2 changes: 1 addition & 1 deletion pages/dedibox/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page explains how to get started with Dedibox dedicated servers
tags: dedibox dedicated-server dedicated servers raid
dates:
validation: 2024-08-19
validation: 2025-02-24
posted: 2021-07-13
categories:
- dedibox-servers
Expand Down
2 changes: 1 addition & 1 deletion pages/elastic-metal/how-to/connect-to-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Learn how to connect to your Elastic Metal server on Linux, macOS, or Windows using SSH or Remote Desktop for secure remote access.
tags: elastic-metal server connection putty
dates:
validation: 2024-08-19
validation: 2025-02-24
posted: 2021-05-26
categories:
- bare-metal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Learn to monitor Elastic Metal servers by sending metrics and logs to Scaleway Cockpit for real-time performance insights.
tags: metrics grafana cockpit elastic-metal
dates:
validation: 2024-08-19
validation: 2025-02-25
posted: 2024-02-13
categories:
- bare-metal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Learn about the different stock levels for Elastic Metal servers displayed in the Scaleway API and console, including availability, low stock, and out-of-stock statuses.
tags: elastic-metal server
dates:
validation: 2024-08-19
validation: 2025-02-25
posted: 2024-02-14
categories:
- bare-metal
Expand Down
Loading