Secure your Linux servers, IoT devices, and cloud infrastructure with CyberVPN. Our lightweight agent supports x64 (Intel/AMD), ARM64 (Raspberry Pi 4/5, Servers), and ARMv7 (Raspberry Pi 2/3) architectures automatically.
🚀 Quick Installation (Recommended)
The easiest way to install CyberVPN is using our automated setup script. This script detects your system architecture, downloads the correct binary, and sets up the system service automatically.
- Open your terminal.
- Run the following command (requires root privileges):
Bash
curl -sL https://cybervpn.tr/install.sh | sudo bash
What happens next?
- The script will prepare the installation environment.
- It will ask for your License Key. (You can find this on your Dashboard).
- Once entered, the agent will authenticate, configure the firewall, and start the background service.
🛠 Manual Installation
If you prefer to inspect the script or install it manually, follow these steps:
1. Download the Installer Script
Bash
wget https://cybervpn.tr/install.sh
2. Make it Executable
Bash
chmod +x install.sh
3. Run the Installer
Bash
sudo ./install.sh
Follow the on-screen prompts to complete the setup.
✅ Verifying the Installation
Once the installation is complete, the CyberVPN service should be running automatically. You can verify the status with:
Bash
systemctl status cybervpn-service
If everything is working, you will see Active: active (running) in green.
⚙️ Managing the Service
You can manage the CyberVPN agent using standard systemd commands:
- Stop the Service:
sudo systemctl stop cybervpn-service - Start the Service:
sudo systemctl start cybervpn-service - Restart the Service:
sudo systemctl restart cybervpn-service
❓ Troubleshooting
“Command not found” error? Ensure you are running the commands with sudo or as the root user.
Where is the config file? The configuration file is stored at: /opt/cybervpn-service/cyber_config.json
How to uninstall? To remove the service and delete files:
Bash
sudo /opt/cybervpn-service/cybervpn-service -service -uninstall
sudo rm -rf /opt/cybervpn-service