Skip to content
Open
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/compute/gpu-instances.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
macro: compute-gpu-instances
---

[GPU Instances](/instances/concepts/#gpu-instance) (aka RENDER Instances) are powerful cloud Instances equipped with dedicated high-end Nvidia graphics processing units. They have been designed for artificial intelligence and rendering tasks. They support your most demanding workloads.
[GPU Instances](/instances/concepts/#gpu-instance) are powerful cloud Instances equipped with dedicated high-end Nvidia graphics processing units. They have been designed for artificial intelligence and rendering tasks. They support your most demanding workloads.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ When logging in to your Scaleway account, you may encounter the following messag

<Lightbox image={image} alt="" />

This means you tried to log in to your account from an unknown [IP address](/public-gateways/concepts/#ip-address). You may be logging in from a new device or location. As a security measure, we require you to use an [authentication code](/account/how-to/log-in-to-the-console/) to complete authentication.
This means you tried to log in to your account from an unknown [IP address](/public-gateways/concepts/#ip-address). You may be logging in from a new device or location. As a security measure, you must use an [authentication code](/account/how-to/log-in-to-the-console/) to complete authentication.

1. Check your inbox for the latest email sent by the Scaleway team.
2. Click the **Authenticate myself** button in the email.
Expand Down Expand Up @@ -51,7 +51,7 @@ To do so, fill in the [account recovery form](https://account.scaleway.com/lost-
- The organization number registered on your account, if you have one
- If you have a personal account, an identity document (ID card, passport, or equivalent) and a bill showing your name
- If you have a corporate account, a business certificate (if it is not in English or French, provide a translation - the translation does not need to be certified) and a bill showing your business name
Scaleway deletes all uploaded documents once the recovery request is processed. Refer to [Recover access to your account](/account/how-to/recover-account-access/) for details on the form and the accepted file formats.
Scaleway deletes all uploaded documents once the recovery request is processed. See [Recover your password](/account/how-to/recover-a-lost-password/#recover-your-password-if-you-lost-access-to-your-email-account-or-your-mfa-device) for details on the form and the accepted file formats.

After Scaleway Support reviews your documents, they deactivate two-factor authentication (MFA) on your account.

Expand Down
2 changes: 1 addition & 1 deletion pages/apache-spark/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Clusters for Apache Spark™ is billed based on the following factors:

### Can I run an Apache Spark™ cluster using GPUs?

Yes, you can run your cluster on either CPUs or GPUs. Scaleway leverages Nvidia's [RAPIDS Accelerator For Apache Spark](https://www.nvidia.com/en-gb/deep-learning-ai/software/rapids/), an open-source suite of software libraries and APIs to execute end-to-end data science and analytics pipelines entirely on GPUs. This technology allows for significant acceleration of data processing tasks compared to CPU-based processing.
Yes, you can run your cluster on either CPUs or GPUs. Scaleway leverages Nvidia's [RAPIDS Accelerator For Apache Spark](https://docs.nvidia.com/spark-rapids/index.html), an open-source suite of software libraries and APIs to execute end-to-end data science and analytics pipelines entirely on GPUs. This technology allows for significant acceleration of data processing tasks compared to CPU-based processing.

### Can I connect a separate notebook environment to the Apache Spark™ cluster?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dates:
---

## Problem
You are unable to push images to Scaleway's Container Registry.
You are unable to push images to Scaleway Container Registry.

### Symptoms
- The `docker push` command fails with an error message.
Expand Down Expand Up @@ -61,7 +61,6 @@ You are unable to push images to Scaleway's Container Registry.
```bash
docker pull alpine && docker tag alpine <your-registry>/test-image && docker push <your-registry>/test-image
```
- Review Docker’s official [troubleshooting guides](https://docs.docker.com/tags/troubleshooting/) for further insights.
- If the issue persists, [contact our Support team](https://console.scaleway.com/support) with error logs and diagnostic details.


2 changes: 1 addition & 1 deletion pages/dedibox-account/how-to/contact-support.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import Requirements from '@macros/iam/requirements.mdx'

1. Log in to the [Dedibox console](https://console.online.net).
2. Locate and click the **Support** link.
3. From the drop-down menu, select **Technical assistance**. This opens a [support ticket form](https://console.online.net/en/assistance/ticket).
3. From the drop-down menu, select **Technical assistance**. This opens a [support ticket form](https://console.online.net/en/support/ticket).
4. Fill out the form with the required details, providing as much relevant information as possible to assist the Support team.
5. Once you have completed your ticket, submit it.

Expand Down
6 changes: 3 additions & 3 deletions pages/dedibox-domains/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ An Internet Protocol address is a unique address that identifies a device on the

## TLD

TLD is the acronym used for top-level domains. It is the last segment of a domain name after the final dot. The most common example is `.com`, but there is a whole wide world of different TLDs.
Top-level domains (TLD) is the last segment of a domain name after the final dot. The most common example is `.com`, but there is a whole wide world of different TLDs.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Top-level domains (TLD) is the last segment of a domain name after the final dot. The most common example is `.com`, but there is a whole wide world of different TLDs.
Top-level domains (TLD) is the last segment of a domain name after the final dot. The most common example is `.com`, but many other TLDs exist (e.g., `.org`, `.net`).


## DNSSEC

Expand All @@ -40,12 +40,12 @@ DNSSEC cryptographically ensures that DNS content cannot be modified from its so

Some TLDs have special requirements that can block you from ordering or renewing a domain. Registry may also ask for some verifications.

- **.eu**: the owner's postal address must be located within the European community. Following Brexit, the UK is [no longer considered part of the European community](https://eurid.eu/en/register-a-eu-domain/brexit-notice/).
- **.eu**: the owner's postal address must be located within the European community. Following Brexit, the UK is [no longer considered part of the European community](https://eurid.eu/en/news/final-reminder-on-brexit-related-suspended-domain/).

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know what to think of the term "European community". It appears for .de too. Somehow it doesn't feel right. The "European Community" was the predecessor of the "European Union". Saying "European community" (especially with a lowercase "c") today in 2026 has a different ring to it somehow.

- **.be**: your authcode is only available directly from the registry. The phone number must be linked to the country declared in the postal address.
- **.de**: administrative contact and technical contact must be an individual located within the European community.
- **.la**: administrative contact and technical contact must be an individual.
- **.li**: administrative contact and technical contact must be an individual.

## WAPS

WAPS, or **W**hois **A**ccuracy **P**rogram **S**pecification, is a system introduced by the [ICANN](https://www.icann.org/) to validate the contact information of a domain name. ICANN requires that all registrars validate their identity and keep the domain’s contact information up-to-date.
Whois Accuracy Program Specification (WAPS), is a system introduced by the [ICANN](https://www.icann.org/) to validate the contact information of a domain name. ICANN requires that all registrars validate their identity and keep the domain’s contact information up-to-date.
2 changes: 1 addition & 1 deletion pages/dedibox-domains/how-to/manage-dns-servers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ For email:

#### For a CLOUD offer

[Open a support ticket](https://console.online.net/en/assistance/ticket) to ask for the required information.
[Open a support ticket](https://console.online.net/en/support/ticket) to ask for the required information.

## How to change your DNS servers

Expand Down
2 changes: 1 addition & 1 deletion pages/dedibox-domains/how-to/validate-waps-info.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Domain owners are responsible for the use of their domain.
If you are expecting a validation email (e.g. if you have modified your domain owner's contact information) but cannot find the email, try the following steps:
- Check your spam folder.
- Check and update, if necessary, the email address of your domain name contact from the [console](https://console.online.net/en/login).
- [Open a ticket](https://console.online.net/en/assistance/ticket) They will be able to check to which address the validation email has been sent and whether it has been validated.
- [Open a ticket](https://console.online.net/en/support/ticket) They will be able to check to which address the validation email has been sent and whether it has been validated.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- [Open a ticket](https://console.online.net/en/support/ticket) They will be able to check to which address the validation email has been sent and whether it has been validated.
- [Open a ticket](https://console.online.net/en/support/ticket) and Scaleway Support will be able to check to which address the validation email has been sent and whether it has been validated.

</Message>


2 changes: 1 addition & 1 deletion pages/dedibox-domains/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ WAPS, or **W**hois **A**ccuracy **P**rogram **S**pecification, is a system intro
If you are expecting a validation email (e.g. if you have modified your domain owner's contact information) but cannot find the email, try the following steps:
- Check your spam folder
- Check and update, if necessary, the email address of your domain name contact from the [console](https://console.online.net/en/login).
- [Open a ticket](https://console.online.net/en/assistance/ticket) or contact the Support team directly. They will be able to check to which address the validation email has been sent and whether it has been validated.
- [Open a ticket](https://console.online.net/en/support/ticket) or contact the Support team directly. They will be able to check to which address the validation email has been sent and whether it has been validated.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- [Open a ticket](https://console.online.net/en/support/ticket) or contact the Support team directly. They will be able to check to which address the validation email has been sent and whether it has been validated.
- [Open a ticket](https://console.online.net/en/support/ticket) or contact Scaleway Support directly. They will be able to check to which address the validation email has been sent and whether it has been validated.

</Message>
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,6 @@ If this message appears repeatedly or for long periods, your server may be sendi
If the message persists, try clearing your browser cache or reloading the page multiple times.

<Message type="important">
When configuring the WAN interface on a **PfSense firewall**, disable autoconfiguration. It may cause an IPv6 packet flood, shutting down your server’s network port. If the network ports do not become available within a few minutes, contact [support](https://console.online.net/en/assistance/ticket).
When configuring the WAN interface on a **PfSense firewall**, disable autoconfiguration. It may cause an IPv6 packet flood, shutting down your server’s network port. If the network ports do not become available within a few minutes, contact [support](https://console.online.net/en/support/ticket).

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
When configuring the WAN interface on a **PfSense firewall**, disable autoconfiguration. It may cause an IPv6 packet flood, shutting down your server’s network port. If the network ports do not become available within a few minutes, contact [support](https://console.online.net/en/support/ticket).
When configuring the WAN interface on a **PfSense firewall**, disable autoconfiguration. It may cause an IPv6 packet flood, shutting down your server’s network port. If the network ports do not become available within a few minutes, contact [Scaleway Support](https://console.online.net/en/support/ticket).

</Message>

2 changes: 1 addition & 1 deletion pages/dedibox-rpn/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Q-in-Q takes the packets you send, along with your tags, and adds a special tag
This way, we keep your tags inside our tag, and use numerous possible VLANs on your side (up to 4096 per server).

<Message type="note">
Q-in-Q mode is not available on all offers. If you add a server that is not compatible with Q-in-Q mode, an error message displays. Do not hesitate to contact our [Support team](https://console.online.net/en/assistance/ticket/list) if you have any questions regarding the Q-in-Q compatibility of a server.
Q-in-Q mode is not available on all offers. If you add a server that is not compatible with Q-in-Q mode, an error message displays. Do not hesitate to contact our [Support team](https://console.online.net/en/support/ticket/list) if you have any questions regarding the Q-in-Q compatibility of a server.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Q-in-Q mode is not available on all offers. If you add a server that is not compatible with Q-in-Q mode, an error message displays. Do not hesitate to contact our [Support team](https://console.online.net/en/support/ticket/list) if you have any questions regarding the Q-in-Q compatibility of a server.
Q-in-Q mode is not available on all offers. If you add a server that is not compatible with Q-in-Q mode, an error message displays. Do not hesitate to contact [Scaleway Support](https://console.online.net/en/support/ticket/list) if you have any questions regarding the Q-in-Q compatibility of a server.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, the new link does not seem to work at my end.

</Message>

## RPN
Expand Down
2 changes: 1 addition & 1 deletion pages/dedibox/how-to/get-started-with-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ Package managers allow you to install, update, and remove software directly from

## Backing up your Dedibox

As the server owner, you are responsible for your data. Regular backups are strongly recommended. You can order a Dedibackup option with various disk sizes for secure FTP storage of your backups. Tools like [Backup Manager](https://manpages.ubuntu.com/manpages/oracular/en/man8/backup-manager.8.html) can help you automate the backup process.
As the server owner, you are responsible for your data. Regular backups are strongly recommended. You can order a Dedibackup option with various disk sizes for secure FTP storage of your backups. Tools like [Backup Manager](https://manpages.ubuntu.com/manpages/stonking/man8/backup-manager.8.html) can help you automate the backup process.
4 changes: 1 addition & 3 deletions pages/dedibox/how-to/restart-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,5 @@ Your Dedibox server includes a remote reboot system, which we show you how to us

<Message type="tip">
- You can also reboot your server via [KVM](/dedibox-kvm-over-ip/). In the iDRAC and iLO KVM interfaces, you can switch your server OFF and ON again. This allows you to check what happens during its boot sequence and intervene if necessary.
- If it stops responding, you can try [rebooting your server in Rescue Mode](/dedibox/how-to/use-rescue-mode/). In the case the problem persists, [open a support ticket](https://console.online.net/en/assistance/ticket) to ask for a hardware check of your server.
- If it stops responding, you can try [rebooting your server in Rescue Mode](/dedibox/how-to/use-rescue-mode/). In the case the problem persists, [open a support ticket](https://console.online.net/en/support/ticket) to ask for a hardware check of your server.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- If it stops responding, you can try [rebooting your server in Rescue Mode](/dedibox/how-to/use-rescue-mode/). In the case the problem persists, [open a support ticket](https://console.online.net/en/support/ticket) to ask for a hardware check of your server.
- If it stops responding, you can try [rebooting your server in Rescue Mode](/dedibox/how-to/use-rescue-mode/). In case the problem persists, [open a support ticket](https://console.online.net/en/support/ticket) to ask for a hardware check of your server.

</Message>


1 change: 0 additions & 1 deletion pages/demos/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ description: Explore our interactive step-by-step demos to learn how to use the
- [Key Manager: console overview](/key-manager/quickstart/#console-overview)
- [Kubernetes: console overview](/kubernetes/quickstart/#console-overview)
- [Local Storage: console overview](/local-storage/quickstart/#console-overview)
- [Managed Inference: console overview](/managed-inference/quickstart/#console-overview)
- [MongoDB: console overview](/managed-mongodb-databases/quickstart/#console-overview)
- [NATS: console overview](/nats/quickstart/#console-overview)
- [Object Storage: console overview](/object-storage/quickstart/#console-overview)
Expand Down
4 changes: 2 additions & 2 deletions pages/environmental-footprint/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ productIcon: EnvironmentalFootprintCalculatorProductIcon

Our calculation methodology was developed in collaboration with the green IT specialist consultancy firm [IJO](https://ijo.tech/index.html), ensuring a rigorous and expert-validated approach to assessing environmental impact accurately and transparently.

Our methodology is based on the ADEME (French Government Agency for Ecological Transition) [Product Category Rules (PCR) for Datacenter and Cloud services](https://librairie.ademe.fr/produire-autremenqt6105-methodological-standard-for-the-environmental-assessment-of-datacenter-it-hosting-services-and-cloud-services.html), which provide a standardized framework for calculating and reporting the environmental impact of data centers and cloud services. These rules are designed to ensure consistency, transparency, and comparability in the assessment of environmental footprints across the industry.
Our methodology is based on the ADEME (French Government Agency for Ecological Transition) [Product Category Rules (PCR) for Datacenter and Cloud services](https://librairie.ademe.fr/economie-circulaire-et-dechets/6105-product-category-rule-pcr-for-cloud-services-and-data-centre-it-hosting-services.html), which provide a standardized framework for calculating and reporting the environmental impact of data centers and cloud services. These rules are designed to ensure consistency, transparency, and comparability in the assessment of environmental footprints across the industry.

Refer to the [environmental footprint calculation breakdown](/environmental-footprint/additional-content/environmental-footprint-calculator) for a detailed report of how our calculations are made and what data is used.
See the [environmental footprint calculation breakdown](/environmental-footprint/additional-content/environmental-footprint-calculator/) for a detailed report of how our calculations are made and what data is used.

### Why does my environmental impact data vary over time?

Expand Down
2 changes: 1 addition & 1 deletion pages/generative-apis/how-to/import-custom-model.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Scaleway provides a selection of common models for deployment from the Scaleway
7. Choose a name for your model. The name must be unique within your Organization and Project and cannot be changed later.
8. Click **Verify import** to check your Hugging Face credentials and ensure model compatibility.
<Message type="tip">
For detailed information about supported models, visit our [Supported models](/generative-apis/reference-content/model-catalog/) catalog.
For detailed information about supported models, visit our [Supported models](/generative-apis/reference-content/supported-models/) catalog.
</Message>
9. Review the summary of your import, which includes:
- Context size by node type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ Bolt.diy is a software enabling users to create web applications from the prompt
9. Enter your prompt in the Bolt.diy interface to see your application being generated.

<Message type="important">
Only models that have a maximum output token of at least 8000 tokens are supported. Refer to the [list of Generative APIs models](/generative-apis/reference-content/model-catalog) for more information.
Only models that have a maximum output token of at least 8000 tokens are supported. Refer to the [list of Generative APIs models](/generative-apis/reference-content/supported-models/) for more information.
</Message>

Alternatively, you can also setup your Scaleway Secret Key by renaming `.env.example` to `.env`, adding corresponding environment variables values and restarting Bolt.diy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dates:

A GPU architecture defines the underlying design of NVIDIA’s Graphics Processing Units (GPUs), optimized for accelerating AI training, inference, and high-performance computing (HPC) workloads.

* **[Blackwell](https://www.nvidia.com/en/us/data-center/technologies/blackwell-architecture/)**, announced in 2024 and shipping in late 2025, represents the newest evolution: featuring a dual-die design in GPUs such as the Scaleway [B300-SXM GPU Instances](https://www.scaleway.com/en/b300-sxm/). Engineered for trillion-parameter AI at unprecedented scale, Blackwell pushes the boundaries of performance and efficiency.
* **[Hopper](https://www.nvidia.com/en/us/data-center/technologies/blackwell-architecture/)**, introduced in 2022, powers flagship data center GPUs like the H100. Available in multiple configurations like Scaleway [H100-SXM GPU Instances](https://www.scaleway.com/en/h100/), it excels at mixed-precision computing for large language models (LLMs) and general-purpose AI.
* **[Blackwell](https://www.nvidia.com/en-us/data-center/technologies/blackwell-architecture/)**, announced in 2024 and shipping in late 2025, represents the newest evolution: featuring a dual-die design in GPUs such as the Scaleway [B300-SXM GPU Instances](https://www.scaleway.com/en/b300-sxm/). Engineered for trillion-parameter AI at unprecedented scale, Blackwell pushes the boundaries of performance and efficiency.
* **[Hopper](https://www.nvidia.com/en-us/data-center/technologies/hopper-architecture/)**, introduced in 2022, powers flagship data center GPUs like the H100. Available in multiple configurations like Scaleway [H100-SXM GPU Instances](https://www.scaleway.com/en/h100/), it excels at mixed-precision computing for large language models (LLMs) and general-purpose AI.

Choosing between Blackwell and Hopper ultimately depends on your workload’s requirements for performance, memory capacity, precision needs, and cost-efficiency.

Expand Down
Loading
Loading