Skip to content

Apfelwurm/simple_rcon_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple_rcon_server

This is the most basic example for the usage of https://github.com/991jo/rcon-server . it essentially opens an rcon server with the password changeme on 0.0.0.0:27015 and answers every command with the exact content of the command.

usage

  • clone the repository
  • make sure python3, python3-pip and python3-venv is installed
  • cd into the repository
  • run python3 -m venv .venv
  • run source .venv/bin/activate
  • run pip install -r requirements.txt
  • run python simple_rcon_server.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages