higoka / habbo-rcon-server

The backend application for habbo-rcon-client

Home Page:https://higoka.github.io/habbo-rcon-client-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

habbo-rcon-server

The backend application for habbo-rcon-client

Setup

  1. Download this repo and extract it.
  2. Install the packages using composer:
composer install -o
  1. Rename .env.example to .env and change the HOST and PORT.
  • HOST must be the server where your emulator is running.
  • PORT must be the port used by your emulator for RCON, usually 3001.

The only thing left is to host it. Setup your webserver to use the src folder as the root directory.

About

The backend application for habbo-rcon-client

https://higoka.github.io/habbo-rcon-client-demo


Languages

Language:PHP 97.5%Language:Shell 2.5%