mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-07-10 11:05:21 +02:00
Explain rcon command
This commit is contained in:
@ -96,6 +96,15 @@ docker run -d -it \
|
|||||||
docker attach factorio
|
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
|
### Upgrading
|
||||||
|
|
||||||
Before upgrading backup the save. It's easy to make a save in the client.
|
Before upgrading backup the save. It's easy to make a save in the client.
|
||||||
|
Reference in New Issue
Block a user