VanillaRP

Overview
VanillaRP is a very robust portal which allows for authorization and user tracking for administrative actions and access to the game environment.
The moment a user signs up or signs in, basic telemetry is collected to create a server-side 'handprint' of the user. These handprints allow administrative side work to contain soft-flags such as 'possible alt account', allowing for further review to be easier when looking into troubled accounts.
Queue Up!
One of the biggest issues with creating a game server like VanillaRP is the technology used to onboard users into the game world. A 3rd party service acts as a main portal for user traffic, and there are limitations with this system.
The way we fixed this with VanillaRP was by creating a Queue system which is accessed from the website, reducing several security risks and rate limiting connection attempts to the server. This also helps us mask the true IP of the server until a user is allowed to connect, reducing attack surface for bad actors.













































