mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-03-13 19:50:08 +01:00
Explain rcon command
This commit is contained in:
parent
374f7c8249
commit
ca85d49187
@ -96,6 +96,15 @@ docker run -d -it \
|
||||
docker attach factorio
|
||||
```
|
||||
|
||||
### RCON
|
||||
|
||||
Alternativly (e.g. for scripting) the RCON connection can be used to send commands to the running factorio server.
|
||||
This does not require the RCON connection to be exposed.
|
||||
|
||||
```shell
|
||||
docker exec factorio rcon /h
|
||||
```
|
||||
|
||||
### Upgrading
|
||||
|
||||
Before upgrading backup the save. It's easy to make a save in the client.
|
||||
|
Loading…
x
Reference in New Issue
Block a user