Updated Home (markdown)

Lukas Rieger 2020-11-07 03:21:21 +01:00
parent 58684513f8
commit 9498e06ae9
1 changed files with 1 additions and 1 deletions

@ -16,7 +16,7 @@ Here is a checklist:
- Have you set the correct public ip of your server in the configuration? (E.g. `ip: "123.45.67.8"`)<br>
Also try to use the default `ip` setting! *(Have a `#` in front of the line to comment it out)* This works on almost all servers!
- Do you get a message saying `Webserver started...` in your server-console/log? If not, check the configuration again.
- Is the port (`8100` by default) open and forwarded correctly? Or is your firewall blocking incoming connections on the port? Ask your provider if you don't know this.
- Is the port (`8100` by default) open and forwarded correctly? Or is your firewall blocking incoming connections on the port? **Ask your server-provider if you don't know this**.
### Q: I am getting `404 - Not Found` when i open the map
Check your `core.conf` configuration file, did you set `accept-download` to `true`?<br>