This script installs PingTunnel on your server and configures it to run as a background service in server mode using systemd
.
- Detects OS and architecture automatically
- Downloads the latest version of PingTunnel
- Installs it into
/opt/pingtunnel
- Creates a
systemd
service (pingtunnel.service
) - Starts and enables the service on boot
Run this command to install PingTunnel server:
curl -fsSL https://raw.githubusercontent.com/HexaSoftwareDev/PingTunnel-Server/main/installer.sh | sudo bash
systemctl status pingtunnel
Thanks to esrrhs for creating PingTunnel.