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 bare-metal/apple-silicon/how-to/create-mac-mini.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page explains how to create a Mac mini
tags: mac-mini mac-mini apple-silicon
dates:
validation: 2024-06-12
validation: 2024-12-19
posted: 2021-05-26
categories:
- bare-metal
Expand Down
2 changes: 1 addition & 1 deletion bare-metal/apple-silicon/how-to/delete-mac-mini.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page explains how to delete a Mac mini
tags: mac-mini mac-mini-m1 m1 apple-silicon
dates:
validation: 2024-06-12
validation: 2024-12-19
posted: 2021-05-26
categories:
- bare-metal
Expand Down
2 changes: 1 addition & 1 deletion bare-metal/apple-silicon/how-to/reboot-mac-mini.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page explains how to reboot a Mac mini
tags: mac-mini mac-mini m1 apple-silicon reboot
dates:
validation: 2024-06-12
validation: 2024-12-19
posted: 2021-05-26
categories:
- bare-metal
Expand Down
4 changes: 2 additions & 2 deletions bare-metal/apple-silicon/how-to/reinstall-mac-mini.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ meta:
content:
h1: How to reinstall a Mac mini
paragraph: This page explains how to reinstall a Mac mini
tags: reinstall mac-mini mac-mini apple-silicon
tags: reinstall mac-mini mac-mini apple-silicon
dates:
validation: 2024-06-12
validation: 2024-12-19
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 how to fix SSH connection problems with Scaleway Apple silicon Mac mini by uploading your SSH key and rebooting the device.
tags: ssh ssh-key connection
dates:
validation: 2024-06-12
validation: 2024-12-19
posted: 2024-06-12
categories:
- bare-metal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ meta:
content:
h1: Troubleshooting remote desktop connections to Mac mini servers
paragraph: This page suggests solutions for when you cannot establish a remote desktop connection to your Mac mini
tags: remote vnc connection apple-silicon error
tags: remote vnc connection apple-silicon error
dates:
validation: 2024-06-12
validation: 2024-12-19
posted: 2023-04-07
categories:
- bare-metal
Expand All @@ -21,8 +21,6 @@ This documentation provides a structured approach to diagnose and resolve issues
- [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
- A [Mac mini](/bare-metal/apple-silicon/how-to/create-mac-mini/)



## 1. Verify the server status

Execute the following `ping` command in a terminal on your local machine:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ meta:
content:
h1: I need to prevent FileVault from stopping my system from booting
paragraph: This page explains how to prevent FileVault from stopping your system from booting
tags: filevault boot booting
tags: filevault boot booting
dates:
validation: 2024-06-12
validation: 2024-12-19
posted: 2021-05-26
categories:
- bare-metal
Expand Down
2 changes: 1 addition & 1 deletion bare-metal/dedibox/how-to/link-dedibox-account.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Learn how to link your existing Dedibox account to Scaleway with our comprehensive step-by-step guide. Follow our instructions to integrate and manage your Dedibox servers through the Scaleway console.
tags: dedibox link scaleway
dates:
validation: 2024-06-10
validation: 2024-12-19
posted: 2022-01-31
---

Expand Down
2 changes: 1 addition & 1 deletion compute/instances/how-to/connect-to-instance.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 your Instance via SSH
tags: instance connection ssh ssh-key
dates:
validation: 2024-06-10
validation: 2024-12-19
posted: 2021-05-26
categories:
- compute
Expand Down
2 changes: 1 addition & 1 deletion compute/instances/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page shows you how to get started with Scaleway Instances.
tags: instance connection delete create
dates:
validation: 2024-06-10
validation: 2024-12-19
posted: 2021-05-26
categories:
- compute
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page helps you to recover or avoid unreachable Ubuntu 24.04 Noble Instances after a reboot
tags: ubuntu-noble noble 24.04 reboot
dates:
validation: 2024-06-11
validation: 2024-12-19
posted: 2024-06-11
categories:
- compute
Expand Down Expand Up @@ -42,12 +42,12 @@ timeout 10

1. Switch the Instance's `boot-type` to `rescue` and reboot your Instance into rescue mode using the [CLI](/developer-tools/scaleway-cli/quickstart/):
```
scw instance server stop <Instance_ID>
scw instance server update <Instance_ID> boot-type=rescue
scw instance server start <Instance_ID>
scw instance server stop <instance_id>
scw instance server update <instance_id> boot-type=rescue
scw instance server start <instance_id>
```
<Message type="note">
Replace `<Instance_ID>` with the unique ID of your Instance, e.g. `0500ebd2-d70d-49af-a969-3ac09b6f7fff`.
Replace `<instance_id>` with the unique ID of your Instance, e.g. `0500ebd2-d70d-49af-a969-3ac09b6f7fff`.
</Message>
2. Once the Instance is rebooted, log into your Instance using [SSH](/compute/instances/how-to/connect-to-instance/) and set up the environment to be able to chroot into it:
```sh
Expand Down Expand Up @@ -85,8 +85,8 @@ timeout 10
```
4. Switch back the Instance's `boot_type` to `local` and reboot the Instance:
```
scw instance server stop <Instance_ID>
scw instance server update <Instance_ID> boot-type=local
scw instance server start <Instance_ID>
scw instance server stop <instance_id>
scw instance server update <instance_id> boot-type=local
scw instance server start <instance_id>
```
Once rebooted, your Instance will be reachable again.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page explains how Scaleway Savings Plans work.
tags: billing invoice payment savings plans
dates:
validation: 2024-06-10
validation: 2024-12-19
posted: 2024-06-10
categories:
- billing
Expand Down
2 changes: 1 addition & 1 deletion console/billing/how-to/purchase-savings-plan.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Learn how to purchase a savings plan to reduce costs on Scaleway services.
tags: billing payment invoice savings plans
dates:
validation: 2024-06-10
validation: 2024-12-19
posted: 2024-06-10
categories:
- billing
Expand Down
2 changes: 1 addition & 1 deletion faq/dedibox-in-scaleway-console.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ meta:
content:
h1: Dedibox in the Scaleway console
dates:
validation: 2024-06-14
validation: 2024-12-19
category: bare-metal
productIcon: DedicatedServerProductIcon
---
Expand Down
4 changes: 2 additions & 2 deletions faq/elastic-metal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ content:
h1: Elastic Metal
hero: assets/elasticmetal.webp
dates:
validation: 2024-06-13
validation: 2024-12-19
category: bare-metal
productIcon: ElasticMetalProductIcon
---
Expand Down Expand Up @@ -154,7 +154,7 @@ Each failover IP consists of a `/64` IPv6 subnet (18,446,744,073,709,551,616 IPv

### Do you provide an IPv6 address by default with Elastic Metal?

Yes, Elastic Metal servers are delivered with an IPv6 address (/128) preconfigured.
Yes, Elastic Metal servers are delivered with an IPv6 address (/128) pre-configured.

### Can I attach Block Storage volumes to my Elastic Metal server?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page explains how to generate an SSH key pair
tags: generate key ssh ssh-key create publickey public-key
dates:
validation: 2024-06-10
validation: 2024-12-19
posted: 2021-06-08
categories:
- console
Expand Down
8 changes: 4 additions & 4 deletions partners/partner-space/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ content:
paragraph: This page explains all the concepts related to Scaleway Partner Space
tags: partner-space
dates:
validation: 2024-05-27
validation: 2024-12-19
categories:
- partner-space
---

## Client external identifier

The client external identifier represents your client’s identifier in your own internal management tools. This ID is requested when you add a new client and allows the API to function properly.
The client external identifier represents your client’s identifier in your own internal management tools. This ID is requested when you add a new client and allows the API to function properly.

## Consumption

The consumption refers to a customer's use of Scaleway resources. This value is monthly and corresponds to a period running from the first of the month to the last day of the month.
The consumption refers to a customer's use of Scaleway resources. This value is monthly and corresponds to a period running from the first of the month to the last day of the month.

## Partner Space

The Partner Space is a dedicated interface within the Scaleway console. It allows resellers to manage their clients' consumption and billing.
The Partner Space is a dedicated interface within the Scaleway console. It allows resellers to manage their clients' consumption and billing.

## Reseller ID

Expand Down
Loading