Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

higoka/habbo-rcon-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.