Requirements
- Must have a Squad server.
- Must have the IP Address, Game Port, Query Port, and optionally the WS Port and Password.
- Squad.JS or other Web Socket connector that exposes RCON events. See the required RCON events below.
Create a server
To connect your Squad server to Squad ACL, you need to go to Servers → Add Server and enter in your server information.
Verify the Connection
To verify the connection, Squad ACL shows three different connection states. ‘Connecting’, ‘Offline’, and ‘Online’. These are all representative of the WS connection state, not the actual server state. Your server card will show the connection indicator.
RCON Events
We care about your server security and we only use specific RCON events and blacklist the events that we do not use. We maintain this posture so you know exactly what we are doing under the hood with your servers.Events we listen to:
PLAYER_CONNECTEDWe use this information for logging player information, as well to reward seeding efforts on your servers. Please see our security modules for more information on how this information is used.PLAYER_DISCONNECTEDThis is solely used to stop rewarding seed efforts for that user.
Commands we send:
WARNWe utilize the warn command to notify a specific user of their seed progress when they join the server. We also use this to welcome them to your server upon connection!LIST_PLAYERSWe utilize this to grab your servers current player list each time seed rewards are calculated. Once your seeding threshold has surpassed, this is no longer used.
All of the other Admin RCON commands are blacklisted so they cannot be injected in any way.
