v1.7.2 · Neueste Version

Installation / Aktualisierung & Dokumentation

Fuehren Sie dies auf Ihrem VPS als root aus und ersetzen Sie den Token durch Ihren eigenen Token aus dem Panel:

Infrastruktur — Getting Started

Installation / Aktualisierung

1
Infrastruktur

Waehlen Sie, wo Ihr VPS gehostet wird oder ob Sie einen eigenen Server verwenden.

2
Umgebung

Waehlen Sie Ihr Betriebssystem. Unterstuetzte Versionen sind in jeder Karte aufgelistet.

3
Bereitstellung
Bitte registrieren Sie sich, um Ihren sicheren Installationsbefehl zu generieren.

Erforderliche Ports

Die folgenden Ports muessen in der Firewall Ihres VPS geoeffnet sein (Alle erlauben / Eingehend + Ausgehend), damit VPBoost funktioniert:

Aktion Protokoll Port-Bereich Zweck
Erlauben TCP/UDP 27000 – 29000 Game server ports, master server heartbeats & challenges, player traffic.
Erlauben TCP 8069 VPBoost Agent API.
Erlauben TCP 443 HTTPS API calls to counter-strike-boost.com.
Wichtig: Der Installer oeffnet nur TCP 8069. Sie muessen den Spiel-Port-Bereich selbst oeffnen.
Configuration

Agent Env-Datei

Speicherort der Haupt-Env-Datei:

/etc/agent/vpboost/vpboost-agent.env

Alle Werte aus dieser Datei werden von systemd in den Agent-Prozess geladen. Die Redirects-Binary erbt sie, wenn der Agent sie startet.

Variable Standard Verwendet von Zweck
VPBOOST_REDIRECT_TICKET_MODE true Agent Adds -ticket arg when launching redirects.
VPBOOST_TICKET_DEBUG 0 Redirects Verbose ticket/auth debug logs.
VPBOOST_A2S_DEBUG 0 Redirects Verbose A2S player/debug logs.
VPBOOST_QUIET 1 Redirects Reduces console noise.
VPBOOST_SCREEN_LOGS 0 Agent Enables screen session log files.

Env mit einem Befehl setzen

Beispielprofil fuer Debug-Modus + persistente Bildschirm-Logs:

cat <<'EOF' > /etc/agent/vpboost/vpboost-agent.env
VPBOOST_REDIRECT_TICKET_MODE=true
VPBOOST_TICKET_DEBUG=1
VPBOOST_A2S_DEBUG=1
VPBOOST_QUIET=0
VPBOOST_SCREEN_LOGS=1
EOF
systemctl daemon-reload
systemctl restart vpboost-agent
Reference

Live-Logs / Fehleranalyse

Nuetzlichste Befehle:

# service logs
journalctl -u vpboost-agent -f

# redirect screen logs (chunk mode)
tail -f /root/vpboost/screen_red-all-1.log

# list active screen sessions
screen -ls
Wenn screen_red-all-1.log nicht erscheint, setzen Sie VPBOOST_SCREEN_LOGS=1 und starten Sie den Dienst neu.

Konfigurationsquellen-Fluss

1
install.sh creates initial files and systemd service.
2
vpboost-agent.env is loaded by systemd on service start.
3
Agent reads env defaults from config.go if var missing.
4
Agent starts Redirects; Redirects inherits env and reads getenv().
5
Redirects fetches runtime data from API endpoints (/api/getredirectconfig, /api/getports).

Wichtige Pfade

/root/vpboost/vpboost Agent binary
/root/vpboost/screen_red-all-1.log Screen logs
/etc/agent/vpboost/vpboost-agent Agent wrapper
/etc/agent/vpboost/vpboost-agent.env Environment config
/etc/systemd/system/vpboost-agent.service Systemd unit
Changelog
v1.7.2 Neueste Version
April 10, 2026 20:47 UTC

Steam Ticket Mode fix and Save All improvements

  • Fixed Save All to correctly save settings across all tabs (ports, servers, player stats, masterserver)
  • Fixed Steam Ticket Mode (manual/auto) not persisting after save
  • Tab persistence: page now stays on the active tab after saving
  • Added CSB Manager download button in the Steam Ticket Mode section
  • Single automatic restart after Save All instead of multiple restarts per component
Netzwerk-Akzeptanz
5 aktive VPS
v1.5.7
March 27, 2026 18:44 UTC

Masterserver protocol compatibility expansion

  • Added multi-protocol heartbeat compatibility for CS 1.6/community masters (legacy, addserver, valve heartbeat2, q-only).
  • Added per-target protocol prefixes in masters config and VPBOOST_MASTERS entries.
  • Added VPBOOST_MASTER_PROTOCOL_DEFAULT for fleet-wide default heartbeat mode control.
  • Improved challenge parsing and registration flow to handle more master implementations.
  • Added compatibility heartbeat smoke test documentation for safer rollout.
Netzwerk-Akzeptanz
4 aktive VPS
v1.5.6
March 25, 2026 16:00 UTC

MasterServer heartbeat and performance improvements

  • Added a new MasterServer heartbeat system for better listing consistency.
  • Improved VPBoost performance and overall runtime stability.
  • Refined panel workflows and admin visibility for smoother management.
  • Included additional quality-of-life and reliability improvements.
Netzwerk-Akzeptanz
4 aktive VPS
v1.5.5
February 11, 2026 15:07 UTC

Redirect crash fix + full screen logs

  • Fixed Redirects crash on invalid UTF-8 player names when building JSON payload for /api/newplayer.
  • Added safe JSON serialization with UTF-8 replacement and exception guard (no hard terminate).
  • Disabled 5-line join feed truncation/clear; console now prints full join log lines.
  • Updated agent screen logging to append history and include START/EXIT markers with exit codes.
Netzwerk-Akzeptanz
7 aktive VPS