Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant connect to VNC, or Web Player #32

Open
DragonDev07 opened this issue Aug 21, 2023 · 1 comment
Open

Cant connect to VNC, or Web Player #32

DragonDev07 opened this issue Aug 21, 2023 · 1 comment

Comments

@DragonDev07
Copy link

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?

@sarahjaneweaver
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants