TrueOsiris / docker-vrising

Container for V-Rising dedicated server
237 stars 63 forks source link

Timeout only when password is set? #48

Closed dev-kreg closed 4 months ago

dev-kreg commented 4 months ago

I am running the server through docker compose;

  vrising:
    container_name: vrising
    image: trueosiris/vrising
    environment:
      - TZ=America/Edmonton
      - SERVERNAME=****
    volumes:
      - './server:/mnt/vrising/server:rw'
      - './data:/mnt/vrising/persistentdata:rw'
    ports:
      - '9886:9886/udp'
      - '9887:9887/udp'
    restart: unless-stopped
    network_mode: bridge

The password I am setting inside ServerHostSettings.json however I am only able to connect with the line "Password": "", and when I enter anything inside the quotes and try to connect, it DOES ask for a password however after entering it I timeout. If I set the password to be blank again I can connect with no issue.

TrueOsiris commented 4 months ago

investigating this. I was immediately able to join my server, but my buddies got indeed this timeout

TrueOsiris commented 4 months ago

We tested this: do NOT join via steam, use the server list in the game itself.

TrueOsiris commented 4 months ago

I'm going to mark this as solved until further notice. Please reopen if you're still experiencing this issue. We cannot reproduce this ourselves. Where are you running this on?