LinkgenFX is a simple CLI tool to create an SSH reverse tunnel via serveo.net. It's an easy solution for quick port forwarding. # Features - Establish SSH reverse tunnels quickly - Automatically chooses a remote port or uses your specified port - Displays connection info with aligned terminal output - Graceful cleanup on exit # Supported Devices 1. Linux 2. Termux 3. Windows # Installation - Termux pip install linkgenfx - Linux python3 -m venv myenv source myenv/bin/activate pip install linkgenfx - Windows Visit here- https://github.com/efxtv/linkgenfx/releases # Usage linkgen [port] Examples: linkgen 8022 or linkgen # By default, it will forward RDP port 3389 Source : https://github.com/efxtv/linkgenfx