Heya! So I’m trying to set up a private ss14 server, is there any whitelist system that could be enforced to prevent non-whitelisted users from connecting?
1 Like
Yes there is
The ccvar is whitelist.enabled
. If it’s true
it will enable the whitelist. Then in game you can use the whitelistremove
and whitelistadd
commands provided with a players username to add/remove them.
If you don’t know how to configure ccvars. Check this Config File Reference - Space Wizards Development Wiki
2 Likes