VPBoost Agent · v1.7.38
Instalacja / Aktualizacja & Dokumentacja
Uruchom to na swoim VPS jako root i zastap token swoim wlasnym tokenem z panelu:
Getting Started
Instalacja / Aktualizacja
Wymagane porty
Nastepujace porty musza byc otwarte (Zezwol na wszystko / Przychodzace + Wychodzace) w zaporze VPS, aby VPBoost dzialal:
| Akcja | Protokol | Zakres portow | Cel |
|---|---|---|---|
| Zezwol | TCP/UDP | 27000 – 29000 |
Game server ports, master server heartbeats & challenges, player traffic. |
| Zezwol | TCP | 8069 |
VPBoost Agent API. |
| Zezwol | TCP | 443 |
HTTPS API calls to counter-strike-boost.com. |
Wazne: Instalator otwiera tylko TCP 8069. Musisz sam otworzyc zakres portow gry.
Configuration
Plik Env agenta
Lokalizacja glownego pliku env:
/etc/agent/vpboost/vpboost-agent.env
Wszystkie wartosci z tego pliku sa ladowane przez systemd do procesu agenta. Plik binarny Redirects dziedziczy je, gdy agent go uruchamia.
| Zmienna | Domyslnie | Uzywany przez | Cel |
|---|---|---|---|
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. |
Ustaw Env jednym poleceniem
Przykladowy profil dla trybu debug + trwale logi ekranu:
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
Logi na zywo / Badanie bledow
Najbardziej przydatne polecenia:
# 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
Jesli
screen_red-all-1.log nie pojawia sie, ustaw VPBOOST_SCREEN_LOGS=1 i uruchom ponownie usluge.
Przeplyw zrodla konfiguracji
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).Wazne sciezki
/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









