Romania XPlayZM.CSBlackDevil.COM # Zombie Plague UltimateX [ Respawn + FDL + VIP 22-12PM + POINTS] ® 26/32
France -= OLT.LaLeagane.Ro 18+=- 7/32
France NGNW.PL [ONLY DD2][CLASSIC][SVIP 23-8][WSKRZESZANIE][MONETY][STEAM VIP][LOSOWANIE SVIP][SKINY] 32/32
Promoveaza serverul
VPBoost Agent · v1.7.38

Instalare / Actualizare & Documentatie

Ruleaza aceasta comanda pe VPS-ul tau ca root si inlocuieste token-ul cu propriul token din panou:

Getting Started

Porturi necesare

Urmatoarele porturi trebuie deschise (Allow All / Inbound + Outbound) in firewall-ul VPS-ului pentru ca VPBoost sa functioneze:

Actiune Protocol Interval porturi Scop
Permite TCP/UDP 27000 – 29000 Game server ports, master server heartbeats & challenges, player traffic.
Permite TCP 8069 VPBoost Agent API.
Permite TCP 443 HTTPS API calls to counter-strike-boost.com.
Important: Programul de instalare deschide doar TCP 8069. Trebuie sa deschizi manual intervalul de porturi pentru joc.
Configuration

Fisier Env Agent

Locatia fisierului env principal:

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

Toate valorile din acest fisier sunt incarcate de systemd in procesul agentului. Binarul Redirects le mosteneste cand agentul il porneste.

Variabila Implicit Folosit de Scop
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.

Seteaza Env cu o singura comanda

Exemplu de profil pentru modul debug + log-uri ecran persistente:

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

Log-uri live / Investigare erori

Cele mai utile comenzi:

# 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
Daca screen_red-all-1.log nu apare, seteaza VPBOOST_SCREEN_LOGS=1 si reporneste serviciul.

Fluxul sursei de configurare

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).

Cai importante

/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