onyx-and-iris f59076f0a6 improve data encapsulation by initialising Settings in RconApp and passing it to child objects
add host, port validation functions

improve error handling for the ConfigScreen.

Pydantic validations now occur on assignment as well as creation.

minor version bump
2026-02-25 21:41:19 +00:00
2026-02-19 22:29:15 +00:00
2026-02-20 15:24:52 +00:00
2026-02-19 22:29:15 +00:00
2026-02-19 22:29:15 +00:00
2026-02-19 22:29:15 +00:00
2026-02-23 20:40:19 +00:00
2026-02-22 11:34:23 +00:00
2026-02-20 00:26:47 +00:00

q3rcon tui

Hatch project Ruff PyPI - Version PyPI - Python Version


img

Table of Contents

Installation

with uv

uv tool install q3rcon-tui

with pipx

pipx install q3rcon-tui

The TUI should now be discoverable as q3rcon-tui.

Configuration

Flags

Pass --host, --port and --password as flags:

q3rcon-tui --host=localhost --port=28960 --password=rconpassword

Additional flags:

  • --raw: Boolean flag, if set the RichLog will print raw responses without rendering tables.
  • --min-status: Boolean flag, if set the status command will print a minified table.
    • note, this will have no effect if in raw mode.
  • --append: Boolean flag, if set the RichLog output will append each response continuously.
  • --version: Print the version of the TUI.
  • --help: Print the help message.

Environment Variables

Store and load from dotenv files located at:

  • .env in the cwd
  • user home directory / .config / q3rcon-tui / config.env

example .env:

Q3RCON_TUI_HOST=localhost
Q3RCON_TUI_PORT=28960
Q3RCON_TUI_PASSWORD=rconpassword
Q3RCON_TUI_MIN_STATUS=false
Q3RCON_TUI_RAW=false
Q3RCON_TUI_APPEND=false

Special Thanks

License

q3rcon-tui is distributed under the terms of the MIT license.

Description
A terminal user interface for managing Q3 compatible servers using RCON.
Readme 118 KiB
Languages
Python 100%