VortexL2 is a command line tool designed for Ubuntu and Debian that simplifies the management of L2TPv3 and EasyTier mesh tunnels. With a focus on high availability and performance, it provides a straightforward way to activate and manage your VPN tunnels.
To get started with VortexL2, follow these simple steps:
Run the following command to install VortexL2:
bash <(curl -Ls https://raw.githubusercontent.com/iliya-Developer/VortexL2/main/install.sh)
For the latest version of VortexL2, please visit the Releases page to download the appropriate package for your system. Follow the on-screen instructions to complete the installation.
Ensure your system meets the following requirements:
Once you have installed VortexL2, you can begin configuring your tunnels:
Open the management panel by running:
vortexl2
Follow the on-screen prompts to set up your tunnels. You can easily switch between L2TPv3 and EasyTier options.
To check the status of your tunnels, use the command:
vortexl2 status
Ensure that both the tunnels and HAProxy are running to maintain connectivity.
To start your tunnels:
Use the command to activate your chosen tunnel:
vortexl2 start
Monitor the status with:
vortexl2 logs
You can stop a tunnel using:
vortexl2 stop
If you encounter issues or need help, you can access the built-in help feature:
vortexl2 help
Or you can visit the GitHub issues page here to report bugs or ask questions.
VortexL2 is open-source and available under the MIT License. You can contribute or view the source code on our GitHub repository.
For more information or updates, remember to check the Releases page. Enjoy managing your tunnels with ease!