VPBoost Agent · v1.7.38
Kurulum / Guncelleme & Dokumantasyon
Bunu VPS'inizde root olarak calistirin ve tokeni paneldeki kendi tokeninizle degistirin:
Getting Started
Kurulum / Guncelleme
Gerekli portlar
VPBoost'un calismasi icin VPS guvenlk duvarinizda asagidaki portlarin acik olmasi gerekir (Tumune izin ver / Gelen + Giden):
| Islem | Protokol | Port araligi | Amac |
|---|---|---|---|
| Izin ver | TCP/UDP | 27000 – 29000 |
Game server ports, master server heartbeats & challenges, player traffic. |
| Izin ver | TCP | 8069 |
VPBoost Agent API. |
| Izin ver | TCP | 443 |
HTTPS API calls to counter-strike-boost.com. |
Onemli: Yukleyici yalnizca TCP 8069'u acar. Oyun port araligini kendiniz acmaniz gerekir.
Configuration
Agent Env dosyasi
Ana env dosya konumu:
/etc/agent/vpboost/vpboost-agent.env
Bu dosyadaki tum degerler systemd tarafindan agent islemine yuklenir. Yonlendirme binarisi, agent onu baslattiginda bunlari devralir.
| Degisken | Varsayilan | Kullanan | Amac |
|---|---|---|---|
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. |
Tek komutla Env ayarla
Hata ayiklama modu + kalici ekran gunlukleri icin ornek profil:
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
Canli gunlukler / Hata arastirmasi
En yararli komutlar:
# 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
screen_red-all-1.log gorunmuyorsa, VPBOOST_SCREEN_LOGS=1 ayarlayin ve servisi yeniden baslatin.
Yapilandirma kaynak akisi
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).Onemli yollar
/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









