v1.1.0
Added an init
subcommand to help newcomers to SA:MP bootstrap their servers faster and avoid common pitfalls in the setup process.
Usage: sampctl init
followed by the following questions:
- Hostname - required
- RCON Password - if left blank, a strong one is generated
- Port number - default 7777
- Gamemodes - if
gamemodes/
exists, choose one or more gamemodes - Filterscripts - if
filterscripts/
exists, choose zero or more filterscripts - Plugins - if
plugins/
exists, choose zero or more .dll/.so files depending on OS
A summary is shown afterwards with a complexity score of the password to help encourage strong RCON password usage.