diff --git a/lychee.toml b/lychee.toml
index 13c05c987..dabcc7e9a 100644
--- a/lychee.toml
+++ b/lychee.toml
@@ -26,6 +26,8 @@ exclude = [
"https://www.gnu.org/",
# This is a valid page but still 404s for some reason
"https://www.audiokinetic.com/en/download/",
+ # As of 05/2026 they are captcha blocked -> 403s
+ "https://www.audiokinetic.com/en/",
# unable to get local issuer certificate
"https://questions.satisfactorygame.com/",
# 403s despite being valid pages
diff --git a/modules/ROOT/pages/Development/Cpp/Cookbook.adoc b/modules/ROOT/pages/Development/Cpp/Cookbook.adoc
index 386c33685..758eb3781 100644
--- a/modules/ROOT/pages/Development/Cpp/Cookbook.adoc
+++ b/modules/ROOT/pages/Development/Cpp/Cookbook.adoc
@@ -96,8 +96,7 @@ return length;
== Latent Functions
-https://mikelis.net/easy-c-latent-functions-in-unreal-engine-blueprints/
-
+https://web.archive.org/web/20260202052337/https://mikelis.net/easy-c-latent-functions-in-unreal-engine-blueprints/
== Creating K2 Nodes
diff --git a/modules/ROOT/pages/ForUsers/DedicatedServerSetup.adoc b/modules/ROOT/pages/ForUsers/DedicatedServerSetup.adoc
index 9257b43f5..be5e3cc9c 100644
--- a/modules/ROOT/pages/ForUsers/DedicatedServerSetup.adoc
+++ b/modules/ROOT/pages/ForUsers/DedicatedServerSetup.adoc
@@ -62,7 +62,6 @@ const unshuffled = [
"Bisect Hosting",
"Zap Hosting",
"Supercraft",
- "Nitrado",
"GTX Gaming",
"Nodecraft",
"Gravel Host",
@@ -82,7 +81,7 @@ list.innerHTML = shuffled.map(host => `
${host}`).join('');
[id="UnsupportedHosting"]
==== Unsupported Hosts
-// cspell:ignore gportal
+// cspell:ignore gportal nitrado
====
The following 3rd party hosting services are known to **_NOT_ support mods**,
regardless of what their websites and marketing pages claim:
@@ -100,6 +99,7 @@ _we offer no support for them_.
They provide their own UI for mod installation, but we do not support this ourselves. See their docs for details.
- gportal - Doesn't show the proper game file tree.
You may have success with manual mod installation, but we offer no support for that process.
+- Nitrado - FTP connection often responds with "invalid response" to valid requests.
====
It is also worth noting that AMP causes SFTP to throw weird errors,
diff --git a/modules/ROOT/pages/index.adoc b/modules/ROOT/pages/index.adoc
index e74ecbeee..9ebc668f5 100644
--- a/modules/ROOT/pages/index.adoc
+++ b/modules/ROOT/pages/index.adoc
@@ -85,7 +85,7 @@ After you've finished your mod (or at least its first version), you might want t
The community used to have a Discourse-powered forums website for modding discussion,
but it has since been archived due to low usage.
-You can find the archives https://forums.ficsit.app/[here].
+You can find the archives https://web.archive.org/web/20260309124622/https://forums.ficsit.app/index-2.html[here].
== Contributing
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index cc14c1132..787b648ef 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -417,10 +417,6 @@ packages:
resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
engines: {node: '>=8'}
- braces@3.0.3:
- resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
- engines: {node: '>=8'}
-
buffer-crc32@0.2.13:
resolution: {integrity: sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==}
@@ -796,10 +792,6 @@ packages:
resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
engines: {node: '>=8'}
- fill-range@7.1.1:
- resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
- engines: {node: '>=8'}
-
find-replace@3.0.0:
resolution: {integrity: sha512-6Tb2myMioCAgv5kfvP5/PkZZ/ntTpVK39fHY7WkWBgvbeE+VHd/tZuZ4mrC+bxh4cfOZeYKVPaJIZtZXV7GNCQ==}
engines: {node: '>=4.0.0'}
@@ -2400,10 +2392,6 @@ snapshots:
dependencies:
fill-range: 7.1.1
- braces@3.0.3:
- dependencies:
- fill-range: 7.1.1
-
buffer-crc32@0.2.13: {}
buffer-equal@1.0.1: {}
@@ -2796,10 +2784,6 @@ snapshots:
dependencies:
to-regex-range: 5.0.1
- fill-range@7.1.1:
- dependencies:
- to-regex-range: 5.0.1
-
find-replace@3.0.0:
dependencies:
array-back: 3.1.0
diff --git a/supplemental-ui/partials/header-content.hbs b/supplemental-ui/partials/header-content.hbs
index e615163e3..ffa338560 100644
--- a/supplemental-ui/partials/header-content.hbs
+++ b/supplemental-ui/partials/header-content.hbs
@@ -28,7 +28,6 @@