NasNet
Downloads
Download reliable and up-to-date solutions designed to support your needs, improve productivity, and provide a seamless experience with secure, fast, and convenient access.
NasNet Panel
Satellite internet reaches past a national shutdown, but one terminal covers one place. NasNet Panel turns that single link into a connection a whole community can share, before, during and after a shutdown.
How to run this using installer script in command line
# Download the installer script
curl -fsSLO https://raw.githubusercontent.com/nasnet-community/nasnet-panel/dev/scripts/install.sh
# Give it permission to run
chmod +x install.sh
# Run it
./install.shHow to run this using installer script in PowerShell
# Download the installer script
Invoke-WebRequest -Uri https://raw.githubusercontent.com/nasnet-community/nasnet-panel/dev/scripts/install.sh -OutFile install.sh
# Run it with WSL, or with Git Bash if that is what you have
wsl bash install.shHow to run this using installer script in command line
# Download the installer script
curl -fsSLO https://raw.githubusercontent.com/nasnet-community/nasnet-panel/dev/scripts/install.sh
# Give it permission to run
chmod +x install.sh
# Run it
./install.shHow to run this using installer script in command line
# Download the installer script
curl -fsSLO https://raw.githubusercontent.com/nasnet-community/nasnet-panel/dev/scripts/install.sh
# Give it permission to run
chmod +x install.sh
# Run it
./install.shHow to run this using installer script in PowerShell
# Download the installer script
Invoke-WebRequest -Uri https://raw.githubusercontent.com/nasnet-community/nasnet-panel/dev/scripts/install.sh -OutFile install.sh
# Run it with WSL, or with Git Bash if that is what you have
wsl bash install.shHow to run this using installer script in command line
# Download the installer script
curl -fsSLO https://raw.githubusercontent.com/nasnet-community/nasnet-panel/dev/scripts/install.sh
# Give it permission to run
chmod +x install.sh
# Run it
./install.shHow to run this using installer script in command line
# Download the installer script
curl -fsSLO https://raw.githubusercontent.com/nasnet-community/nasnet-panel/dev/scripts/install.sh
# Give it permission to run
chmod +x install.sh
# Run it
./install.shHow to run this using installer script in PowerShell
# Download the installer script
Invoke-WebRequest -Uri https://raw.githubusercontent.com/nasnet-community/nasnet-panel/dev/scripts/install.sh -OutFile install.sh
# Run it with WSL, or with Git Bash if that is what you have
wsl bash install.shHow to run this using installer script in command line
# Download the installer script
curl -fsSLO https://raw.githubusercontent.com/nasnet-community/nasnet-panel/dev/scripts/install.sh
# Give it permission to run
chmod +x install.sh
# Run it
./install.shNasNet Connect
A browser-based configuration wizard for MikroTik routers. It asks about your links, your router model and the networks you want, then generates a RouterOS script you download and apply yourself.
NasNet Panel Linux
A self-hosted control panel for running and managing Xray VPN subscriptions on a single server. One Go binary carries the admin panel, the Xray process, the subscription links and an optional Telegram bot.
How to run this using installer script in command line
# Download the installer script
curl -fsSLO https://raw.githubusercontent.com/nasnet-community/nasnet-panel-linux/main/nasnet-tool.sh
# Give it permission to run
chmod +x nasnet-tool.sh
# Run it
./nasnet-tool.shNasNet Monitor
Watch the dish, the link and the router from one page.
How to run the binary
# Download it
curl -fsSLO https://github.com/nasnet-community/nasnet-monitor/releases/download/snapshot/nasnet-monitor-main-linux-amd64
# Give it permission to run
chmod +x nasnet-monitor-main-linux-amd64
# Run it
./nasnet-monitor-main-linux-amd64