You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ran the server, it built fine, however when I attempt to connect to the VNC or Webserver, via either localhost or LAN, nothing happens. In both cases it just says "Refused connection" or something along those lines. When I run docker log , the latest log is always
The port mappings in the docker-compose, don't match the ports selected when the vnc server is started. Try the following ports instead (docker-compose.yml):
ports:
# VNC
- 5900:5900
# NOVNC WEB
- 5800:5800
# Game
- 24642:24642/udp
Ran the server, it built fine, however when I attempt to connect to the VNC or Webserver, via either localhost or LAN, nothing happens. In both cases it just says "Refused connection" or something along those lines. When I run docker log , the latest log is always
[<time> TRACE game] Disconnected: ServerOfflineMode]
Any ideas for a fix anyone?
The text was updated successfully, but these errors were encountered: