v1.7.2 · Derniere version
Installation / Mise a jour & Documentation
Executez ceci sur votre VPS en tant que root et remplacez le jeton par votre propre jeton du panneau :
Infrastructure — Getting Started
Installation / Mise a jour
1
Infrastructure
Selectionnez ou votre VPS est heberge ou si vous utilisez un serveur personnalise.
2
Environnement
Choisissez votre systeme d'exploitation. Les versions prises en charge sont listees dans chaque carte.
3
Deploiement
Veuillez vous inscrire pour generer votre commande d'installation securisee.
Ports requis
Les ports suivants doivent etre ouverts (Tout autoriser / Entrant + Sortant) dans le pare-feu de votre VPS pour que VPBoost fonctionne :
| Action | Protocole | Plage de ports | Objectif |
|---|---|---|---|
| Autoriser | TCP/UDP | 27000 – 29000 |
Game server ports, master server heartbeats & challenges, player traffic. |
| Autoriser | TCP | 8069 |
VPBoost Agent API. |
| Autoriser | TCP | 443 |
HTTPS API calls to counter-strike-boost.com. |
Important : L'installateur n'ouvre que TCP 8069. Vous devez ouvrir la plage de ports du jeu vous-meme.
Configuration
Fichier Env de l'agent
Emplacement du fichier env principal :
/etc/agent/vpboost/vpboost-agent.env
Toutes les valeurs de ce fichier sont chargees par systemd dans le processus de l'agent. Le binaire Redirects en herite lorsque l'agent le demarre.
| Variable | Par defaut | Utilise par | Objectif |
|---|---|---|---|
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. |
Configurer Env avec une commande
Profil d'exemple pour le mode debug + journaux d'ecran persistants :
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
Journaux en direct / Enquete sur les pannes
Commandes les plus utiles :
# 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
Si
screen_red-all-1.log n'apparait pas, definissez VPBOOST_SCREEN_LOGS=1 et redemarrez le service.
Flux de source de configuration
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).Chemins importants
/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
Derniere 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
Adoption reseau
5
VPS actifs
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.
Adoption reseau
4
VPS actifs
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.
Adoption reseau
4
VPS actifs
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.
Adoption reseau
7
VPS actifs









