From ae5bb39d45c9db2f88638546f058f91f08a776cc Mon Sep 17 00:00:00 2001 From: jrd Date: Thu, 30 Apr 2026 16:51:15 +0000 Subject: [PATCH 1/2] Soften home server capacity claim to remove specific example The "eg 10 Mbit/s down and 1 Mbit/s up" example was tied to a specific connection speed that may not reflect current typical home broadband. Co-Authored-By: Claude Sonnet 4.6 --- wiki/en/Running-a-Server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/en/Running-a-Server.md b/wiki/en/Running-a-Server.md index b13978ebe..11b79e648 100644 --- a/wiki/en/Running-a-Server.md +++ b/wiki/en/Running-a-Server.md @@ -33,7 +33,7 @@ Using a public Server might introduce you to strangers. If you want an undisturb Usually, problems are on the _Client_ side and should be fixed there. Have a look at the [Troubleshooting page](/wiki/Client-Troubleshooting) if needed. -However, various problems can also arise when setting up Servers - especially when run on a low-bandwidth home connection. It's usually fine to have less than 5 players on a slower-speed home connection (eg 10 Mbit/s down and 1 Mbit/s up). You can read more about network requirements at [different quality settings here](Server-Bandwidth). +However, various problems can also arise when setting up Servers - especially when run on a low-bandwidth home connection. It can work fine to have less than 5 players on a slower-speed home connection. You can read more about network requirements at [different quality settings here](Server-Bandwidth). Consider using a cloud host, not your home internet connection, to get better ping times if you're having problems. From d3cddebb7afbced2d91242536742b9051acdeeee Mon Sep 17 00:00:00 2001 From: John Dempsey <1750243+mcfnord@users.noreply.github.com> Date: Thu, 30 Apr 2026 12:27:32 -0700 Subject: [PATCH 2/2] Apply suggestion from @mcfnord --- wiki/en/Running-a-Server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/en/Running-a-Server.md b/wiki/en/Running-a-Server.md index 11b79e648..786007a5e 100644 --- a/wiki/en/Running-a-Server.md +++ b/wiki/en/Running-a-Server.md @@ -33,7 +33,7 @@ Using a public Server might introduce you to strangers. If you want an undisturb Usually, problems are on the _Client_ side and should be fixed there. Have a look at the [Troubleshooting page](/wiki/Client-Troubleshooting) if needed. -However, various problems can also arise when setting up Servers - especially when run on a low-bandwidth home connection. It can work fine to have less than 5 players on a slower-speed home connection. You can read more about network requirements at [different quality settings here](Server-Bandwidth). +However, various problems can also arise when setting up Servers - especially when run on a low-bandwidth home connection. It can work fine to have less than 5 players on a slower-speed home connection. A wireless internet connection is not recommended for a server in your home, while a fiber connection should work well. You can read more about network requirements at [different quality settings here](Server-Bandwidth). Consider using a cloud host, not your home internet connection, to get better ping times if you're having problems.