-
-
Notifications
You must be signed in to change notification settings - Fork 303
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
cli: execute: auth: rcon: dial tcp 127.0.0.1:25575: connect: connection refused #449
Comments
Player logging is attempting running rcon before the server finishes booting and rcon is started yet. Not a big deal but should still be fixed. |
There is no user currently trying to log in. It showed up just after starting the instance. |
You can run rcon to verify it's running correctly |
To clarify player logging runs on a timer. While it would be great to trigger based on a new player joining/leaving I don't know of a way for us to implement that. |
Thanks @Dashboy1998, just wondering the benefit of running rcon? Is it related to server management? Considering only two local users probably not worth to activate the rcon? |
Rcon is the only way to manage the server unless you do only in game commands. Rcon is the only way for the container to trigger a save or properly shutdown. Without rcon there's no way for the container to save so your backups might not actually be useful as player data and world data save out of sync. |
Thanks for the quick fixed :) |
This issue is still happening in my instance. I just pulled as of half an hour ago. Connecting to rcon via
Here's the boot up log:
Here's my docker-compose: services:
palworld:
image: thijsvanloef/palworld-server-docker:latest
restart: always
ports:
- 8211:8211/udp
- 27015:27015/udp
environment:
PUID: 1000
PGID: 1000
PORT: 8211
SERVER_PASSWORD: "<redacted>"
MULTITHREADING: true
RCON_ENABLED: true
RCON_PORT: 25575
ADMIN_PASSWORD: "<redacted>"
COMMUNITY: false # Enable this if you want your server to show up in the community servers tab, USE WITH SERVER_PASSWORD!
SERVER_NAME: "<redacted>"
SERVER_DESCRIPTION: "<redacted>"
# Custom game settings
PLAYERS: 32
GUILD_PLAYER_MAX_NUM: 32
COOP_PLAYER_MAX_NUM: 32
PAL_EGG_DEFAULT_HATCHING_TIME: 24
volumes:
- ./palworld:/palworld/ |
Describe the bug
After starting the server, it showed the below message:
cli: execute: auth: rcon: dial tcp 127.0.0.1:25575: connect: connection refused
To Reproduce
Using docker composer to deploy
Expected behavior
rcon connect successfully
Actual behavior
Error message showed
OS information
Hardware information
docker-compose.yml contents
Container/Host Logs
The text was updated successfully, but these errors were encountered: