The backend application for habbo-rcon-client
- Download this repo and extract it.
- Install the packages using composer:
composer install -o- Rename
.env.exampleto.envand change theHOSTandPORT.
HOSTmust be the server where your emulator is running.PORTmust be the port used by your emulator for RCON, usually3001.
The only thing left is to host it.
Setup your webserver to use the src folder as the root directory.