This command can be used to adjust (set) and view (get) many configuration settings.
The syntax for the config command is as follows:
/config [get / set] [option] [value] Admin Only
This command has the following arguments:
Get / Set | Use 'get' to get the value of your specified configuration option, use 'set' to set the value of your specified configuration option. |
Option | The configuration option you wish to get or set. Options are:
|
Value | Only required if using 'set'. This should be what you wish to set the configuration option to. |
Search our database of 39 Factorio commands...
I'd Be HonoredFind below working examples of the config command.
/config get max-players
This command will print the current value of the configuration setting 'max-players', which is the setting for the maximum amount of players that are allowed to be connected to the server at any given time.
/config set max-players 10
This command would set the configuration value 'max-players' to 10, meaning the maximum amount of players that can be connected to the server at any given time is 10.
/config set password secretpassword123
Executing this command would set the server's password to 'secretpassword123'.