The backend application for habbo-rcon-client
- Download this repo and extract it.
- Install the packages using composer:
composer install -o
- Rename
.env.example
to.env
and change theHOST
andPORT
.
HOST
must be the server where your emulator is running.PORT
must 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.