/PingTunnel-Server

Server side implementation of Pingtunnel, a tool that send TCP/UDP traffic over ICMP + iOS / Android App

Primary LanguageShell

PingTunnel Server Installer

This script installs PingTunnel on your server and configures it to run as a background service in server mode using systemd.

📱 Client App

iOS app : Ping Tunnel – VPN over ICMP

Android app : Ping Tunnel – VPN over ICMP


✅ Features

  • 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

📥 Installation

Run this command to install PingTunnel server:

curl -fsSL https://raw.githubusercontent.com/HexaSoftwareDev/PingTunnel-Server/main/installer.sh | sudo bash

if install command not working use this instead:

curl -fsSL https://raw.githubusercontent.com/HexaSoftwareDev/PingTunnel-Server/main/installer.sh -o installer.sh

sudo bash installer.sh

▶️ Service Check

systemctl status pingtunnel

🙏 Thanks

Thanks to esrrhs for creating PingTunnel.