From f19ff85e3ac936a44b152e4d4cc9db471cf2daca Mon Sep 17 00:00:00 2001 From: memetrollsXD Date: Mon, 23 May 2022 09:35:09 +0200 Subject: [PATCH] Add support password --- Troubleshooting.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Troubleshooting.md b/Troubleshooting.md index 8ad0b02..00015dd 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -14,6 +14,8 @@ Specify the correct version using: This error is derived from the server being unable to bind to a certain port. The server uses ports: `8888`, `443`, `80`, and `22102` (by default) +The support password is `sponzen`. + **Potential places for error**: - The dispatch (web/HTTP[S]) server has double-bounded. - One of the above ports (or any you've specified) has been bound to by another process.