Skip to content

Commit 4e54a91

Browse files
committed
feat(ins): add troubleshooting index
1 parent 0a99e57 commit 4e54a91

File tree

2 files changed

+78
-3
lines changed

2 files changed

+78
-3
lines changed

menu/navigation.json

+4
Original file line numberDiff line numberDiff line change
@@ -1754,6 +1754,10 @@
17541754
},
17551755
{
17561756
"items": [
1757+
{
1758+
"label": "Overview",
1759+
"slug": "../troubleshooting"
1760+
},
17571761
{
17581762
"label": "Fix common issues with Instances",
17591763
"slug": "fix-common-issues"
+74-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,79 @@
11
---
22
meta:
33
title: Instances - Troubleshooting
4-
description: Instances Troubleshooting
4+
description: Find troubleshooting resources for resolving issues with Scaleway Instances.
55
content:
6-
h1: Instances - Troubleshooting
7-
paragraph: Instances Troubleshooting
6+
paragraph: Find troubleshooting resources for resolving issues with Scaleway Instancdes.
7+
dates:
8+
posted: 2025-03-10
9+
categories:
10+
- instances
811
---
12+
13+
<ProductHeader
14+
productName="Instances troubleshooting"
15+
productLogo="instance"
16+
description="Troubleshoot the most common issues with Scaleway Instances by following our guides."
17+
/>
18+
19+
## Featured Pages
20+
21+
<Grid>
22+
<DefaultCard
23+
title="Instances FAQ"
24+
description="General info on Instances"
25+
url="/faq/instances/"
26+
label="See more"
27+
/>
28+
<DefaultCard
29+
title="Choosing the best Scaleway Instance type for your workload"
30+
description="Different Instance types have different prices and are designed for different use cases."
31+
url="/instances/reference-content/choosing-instance-type/"
32+
label="See more"
33+
/>
34+
<DefaultCard
35+
title="Instances datasheet"
36+
description="Compare the technical specifications with the Instances datasheet."
37+
url="/instances/reference-content/instances-datasheet/"
38+
label="See more"
39+
/>
40+
</Grid>
41+
<Grid>
42+
<DefaultCard
43+
title="Understanding the differences between ARM and x86 Instances"
44+
description="Understand the architectural differences between x96 and ARM CPUs."
45+
url="/instances/reference-content/understanding-differences-x86-arm/"
46+
label="See more"
47+
/>
48+
<DefaultCard
49+
title="Understanding Scaleway Instance pricing"
50+
description="Learn about pricing and understand how you will be billed when using Instances."
51+
url="/instances/reference-content/understanding-instance-pricing/"
52+
label="See more"
53+
/>
54+
<DefaultCard
55+
title="Instances internet and Block Storage bandwidth overview"
56+
description="Learn about the technical characteristics of internet and Block Storage bandwidth of the different Instance types."
57+
url="/instances/reference-content/instances-bandwidth-overview/"
58+
label="See more"
59+
/>
60+
</Grid>
61+
62+
## Instances troubleshooting pages
63+
64+
- [Dealing with the end of life of the bootscript feature](/instances/troubleshooting/bootscript-eol/)
65+
- [Troubleshooting SSH connection issues to Instances](/instances/troubleshooting/cant-connect-ssh/)
66+
- [I cannot connect to my Instance using SSH after attaching it to a Private Network](/instances/troubleshooting/cant-connect-to-instance-with-pn-gateway/)
67+
- [Changing the rescue mode of your Instance](/instances/troubleshooting/change-rescue-mode/)
68+
- [Fix broken VPN when switching OpenVPN Instance to routed IP](/instances/troubleshooting/fix-broken-vpn-when-switching-openvpn-vm-to-routed-ip/)
69+
- [Fix the wrong user configuration of cloud-init on Debian 12 (Bookworm)](/instances/troubleshooting/fix-cloud-init-debian12/)
70+
- [Fix common issues with Scaleway Instances](/instances/troubleshooting/fix-common-issues/)
71+
- [Fixing DNS resolution with a routed IPv6-only setup on Debian Bullseye](/instances/troubleshooting/fix-dns-routed-ipv6-only-debian-bullseye/)
72+
- [Fix error when fetching SSH keys on Windows Server 2022](/instances/troubleshooting/fix-error-message-in-scw-fetch-ssh-keys/)
73+
- [Fix long delays when booting without a public IP](/instances/troubleshooting/fix-long-delays-booting-without-public-ip/)
74+
- [Fix lost IPv6 connectivity on old Debian Buster images when migrating to routed IP](/instances/troubleshooting/fix-lost-ip-connectivity-on-debian-buster/)
75+
- [Fixing wrong PPA configuration on Ubuntu Noble Instances](/instances/troubleshooting/fix-noble-wrong-ppa-configuration/)
76+
- [Fix unreachable Ubuntu Focal Instance when it has two public IP adresses](/instances/troubleshooting/fix-unreachable-focal-with-two-public-ips/)
77+
- [Fix unreachable IPv6 RHEL-based Instances after transitioning to routed IP](/instances/troubleshooting/fix-unreachable-ipv6-rhel-based-instance/)
78+
- [Fix unreachable Ubuntu Noble Instances following a reboot](/instances/troubleshooting/fix-unreachable-noble-after-reboot/)
79+
- [Troubleshooting issues with faulty kernel installations](/instances/troubleshooting/reboot-from-faulty-kernel/)

0 commit comments

Comments
 (0)