mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-31 14:57:59 +00:00
Include RCON in docker image
This commit is contained in:
10
README.md
10
README.md
@@ -51,10 +51,6 @@ services:
|
||||
# - SERVER_NAME="World of Pals"
|
||||
volumes:
|
||||
- ./palworld:/palworld/
|
||||
rcon:
|
||||
image: outdead/rcon:latest
|
||||
entrypoint: ['/rcon', '-a', 'palworld:25575', '-p', 'adminPasswordHere']
|
||||
profiles: ['rcon']
|
||||
```
|
||||
|
||||
### Docker Run
|
||||
@@ -117,12 +113,14 @@ It is highly recommended you set the following environment values before startin
|
||||
## Using RCON
|
||||
|
||||
RCON is enabled by default for the palworld-server-docker image.
|
||||
Using the RCON commands is quite easy:
|
||||
Opening the RCON cli is quite easy:
|
||||
|
||||
```bash
|
||||
docker compose run --rm rcon "Server Command"
|
||||
docker exec -it palworld-server rcon-cli
|
||||
```
|
||||
|
||||
This will open a CLI that use can use to write commands to the Palworld Server.
|
||||
|
||||
### List of server commands
|
||||
|
||||
| Command | Info |
|
||||
|
||||
Reference in New Issue
Block a user