nitrog0d / palworld-arm64

Palworld Arm64 Dedicated server with Docker and FEX
100 stars 5 forks source link

Direct access to server console (RCON planned) #12

Open CarbyDood opened 6 months ago

CarbyDood commented 6 months ago

Hello! Your docker container is working flawlessly for me on my oracle cloud instance!

This isn't an issue, but i just wanted to ask if there is any way to actually access the server console that's in the container, for example to be able to force a world save, broadcast a message, or ban a player. Is there a way to do this? or to at least send a command to the server? Thank you for your time!

nitrog0d commented 6 months ago

This needs RCON to be set up, just like "automatic backups", it's on the plans

nitrog0d commented 6 months ago

Oh and you also can use the ingame /adminpassword and admin commands for now

CarbyDood commented 6 months ago

i see, thanks for the advice! awesome work on the container.

sh-cho commented 6 months ago

You can open RCON port in docker-compose.yml and edit PalWorldSetting.ini to change RCONEnabled=True.

services:
  palword-servers:
    # snip
    ports:
      - '8211:8211/udp'
      - '25575:25575/tcp'  # add this