Information can be found for libraries in rust_webrcon folder
pip install https://github.com/thegreatstorm/rust_webrcon/archive/master.zip
Gather Base Information for server connection
hostname: <str>
- The IP/hostname of the Rust server accepting Web Rconrcon_port: <str>
- The rcon port for the Rust Serverrcon_password: <str>
- The rcon password used to connect over Web Rconenable_trace: <boolean>
- If you want to debug the websocket- Example:
-
server_info = {} server_info["hostname"] = "" server_info["rcon_port"] = "" server_info["rcon_password"] = "" server_info["enable_trace"] = False