Install, update, repair.
Add the VPS IP in GPanel, then run the same simple command on the VPS.
01
Install VPSUbuntu 22/24/26 · Debian 11/12/13 · RHEL family 8/9/10
curl -fsSL https://my.geofaithcapital.com/install.sh | sudo bash02
Update VPS AgentSafe agent refresh
curl -fsSL https://my.geofaithcapital.com/update.sh | sudo bash03
Repair / ReinstallSafe repair / reinstall
curl -fsSL https://my.geofaithcapital.com/install.sh | sudo bash04
Agent statusCheck connection service
sudo systemctl status gnext-agent --no-pager05
Restart AgentQuick service restart
sudo systemctl restart gnext-agent06
Agent logsLast 100 lines
sudo journalctl -u gnext-agent -n 100 --no-pager