OpenFactorioServerManager / factorio-server-manager

A tool to help manage Factorio multiplayer servers including mods and save games.
MIT License
561 stars 134 forks source link

Server Whitelist #255

Open Escarnope opened 3 years ago

Escarnope commented 3 years ago

Where do I enable whitelist?

It's not in the game or server settings

knoxfighter commented 3 years ago

What do you mean with "Whitelist"? You mean, that only whitelisted users can join the server?

Escarnope commented 3 years ago

Yes.

I've also tried adding a name to the whitelist, and that didn't enable it.

tuomaskuittinen commented 3 years ago

On a linux Factorio server has following server options that should be implemented to allow whitelisting as far as I know: --use-server-whitelist --server-whitelist FILE

Also would require to have server-whitelist.json similiar to server-adminlist.json in /factorio/config folder.

I know it might be a separated feature request, but implementing server-banlist wouldn't probably be too difficult when adding whitelist :)