VPBoost Agent · v1.7.38
Ustanovka / Obnovlenie & Dokumentacija
Zapustite eto na vashem VPS ot imeni root i zamenite token na svoj sobstvennyj token iz paneli:
Getting Started
Ustanovka / Obnovlenie
SOBSTVENNYJ HOSTING
U menja uzhe est VPS
Pozhalujsta, zaregistrirujtes, chtoby sgenerirovat bezopashnuju komandu ustanovki.
Neobhodimye porty
Sledujushhie porty dolzhny byt otkryty (Razreshit vsjo / Vhodjashhie + Ishodjashhie) v brandmauere vashego VPS dlja raboty VPBoost:
| Dejstvie | Protokol | Diapazon portov | Naznachenie |
|---|---|---|---|
| Razreshit | TCP/UDP | 27000 – 29000 |
Game server ports, master server heartbeats & challenges, player traffic. |
| Razreshit | TCP | 8069 |
VPBoost Agent API. |
| Razreshit | TCP | 443 |
HTTPS API calls to counter-strike-boost.com. |
Vazhno: Ustanovshhik otkryvaet tolko TCP 8069. Vy dolzhny otkryt diapazon igrovyh portov samostojatelno.
Configuration
Fajl Env agenta
Raspolozhenie osnovnogo fajla env:
/etc/agent/vpboost/vpboost-agent.env
Vse znachenija iz etogo fajla zagruzhajutsja systemd v process agenta. Binarnyj fajl Redirects nasleduet ih, kogda agent ego zapuskaet.
| Peremennaja | Po umolchaniju | Ispolzuetsja | Naznachenie |
|---|---|---|---|
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. |
Ustanovit Env odnoj komandoj
Primer profilja dlja rezhima otladki + postojannye zhurnaly ekrana:
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
Zhivye zhurnaly / Rassledovanie oshibok
Naibolee poleznye komandy:
# 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
Esli
screen_red-all-1.log ne pojavljaetsja, ustanovite VPBOOST_SCREEN_LOGS=1 i perezapustite servis.
Potok istochnika konfiguracii
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).Vazhnye puti
/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









