Skip to content

OHD-Tools/OHD-RCON-UI

Repository files navigation

OHD-RCON-UI

Running OHD-RCON-UI

  • Todo

Running Locally for Development

Caution

This setup uses default credentials designed for local development. If someone finds the IP to your instance and it's configured as-is and connected to OHD servers, your servers WILL be compromised.

Pre-requisites:

Running Locally

  1. Enable Yarn
corepack enable yarn
  1. Install Dependencies
yarn install
  1. Set up the Database
docker compose -f docker-compose.yml --profile local up -d
  1. Setup the ENV

Copy the env example at /apps/backend/.env.example to /apps/backend/.env

cp ./apps/backend/.env.example ./apps/backend/.env
  1. Run Migrations
yarn migrate
  1. Start the application
yarn dev

Adminer Login Credentials

If using default Settings:

System: MySQL
Server: ohd-db
Username: ohd-rcon
Password: ohd-rcon
Database: ohd-rcon

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published