Coder Social home page Coder Social logo

Comments (7)

ComputersWithTimo avatar ComputersWithTimo commented on July 16, 2024

Hi @Plarpoon,

for rcon you will need a second container running an rcon client.

The readme has a mention of outdead/rcon:latest

rcon:
image: outdead/rcon:latest
entrypoint: ['/rcon', '-a', '10.0.0.5:25575', '-p', 'adminPasswordHere']
profiles: ['rcon']

from docker-palworld-dedicated-server.

Plarpoon avatar Plarpoon commented on July 16, 2024

Hi @ComputersWithTimo, unfortunately that README did not help me much but I found out what the issue was. Opening a PR so everyone can benefit from the changes I made, thank you a lot regardless!

from docker-palworld-dedicated-server.

uncaught avatar uncaught commented on July 16, 2024

I still think you should run rcon in the same network and just use the palworld-server's service name as host for rcon. It runs for me perfectly without the hassle:

services:
  palworld:
    image: jammsen/palworld-dedicated-server:latest
    ports:
      - "8211:8211/udp"
      - "25575:25575/udp"
      - "25575:25575/tcp"
    environment:
      - ALWAYS_UPDATE_ON_START=true
      - MAX_PLAYERS=32
      - MULTITHREAD_ENABLED=true
      - COMMUNITY_SERVER=false
      - PUBLIC_IP=xxx-my-public-ip-xxx
      - PUBLIC_PORT=8211
      - SERVER_NAME=xxx
      - SERVER_DESCRIPTION=xxx
      - SERVER_PASSWORD=xxx
      - ADMIN_PASSWORD=xxx
    volumes:
      - ./game:/palworld
    deploy:
      resources:
        limits:
          memory: 10G

  rcon:
    image: outdead/rcon:latest
    entrypoint: ['/rcon', '-a', 'palworld:25575', '-p', 'xxx']
    profiles: ['rcon'] # prevents booting up with `docker compose up`

(The memory limit is of course only temporary until they fix that damn leak.)

from docker-palworld-dedicated-server.

Plarpoon avatar Plarpoon commented on July 16, 2024

I see what you did there, I guess that's up to a matter of preference but not bad. Anyway as far as I can tell, you still need to add the two extra flags I introduced in the PR for easily attaching to the console too. Otherwise you have to manually enter into it and for less experienced users that might be a problem.

from docker-palworld-dedicated-server.

jammsen avatar jammsen commented on July 16, 2024

With PR #39 is meant.

from docker-palworld-dedicated-server.

Plarpoon avatar Plarpoon commented on July 16, 2024

RFC #94

If approved I can finally close this issue 😄

from docker-palworld-dedicated-server.

jammsen avatar jammsen commented on July 16, 2024

See merge of #94

Im closing this issue as resolved, feel free to reach out again if you need help.

If you like this project, please consider giving this repo and the docker-hub-repo a Star.

from docker-palworld-dedicated-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.