Migrate Script
| Simply Transfer Your Users From X-Ui to Marzban
Before running the script, ensure you update the following variables with your specific information in config.py:
# Define Variables for Both Panels
# X-Ui Panel
X_DOMAIN = "YOUR_DOMAIN"
X_PORT = "YOUR_PORT"
X_USERNAME = "YOUR_USERNAME"
X_PASSWORD = "YOUR_PASSWORD"
X_HTTPS = False # Set to True to use HTTPS, False to use HTTP
X_FORK = 1 # Set to 1 if you have MHSanaie, Set to 2 if you have Alireza (Default: MHSanaie)
# Marzban Panel
M_DOMAIN = "YOUR_DOMAIN"
M_PORT = "YOUR_PORT"
M_USERNAME = "YOUR_USERNAME"
M_PASSWORD = "YOUR_PASSWORD"
M_HTTPS = False # Set to True to use HTTPS, False to use HTTP
This script is designed to simplify the transfer of user data from X-Ui to Marzban using the Marzban API. It securely logs into both panels, retrieves user data from X-Ui, and adds it to Marzban.
Python 3.0+ with the requests library is required. The script is not compatible with Python 2.0.
# Clone the Repository
git clone https://github.com/ItsAML/X-Ui-to-Marzban.git
# Change Directory
cd X-Ui-to-Marzban
# Install pip (if not already installed)
wget -qO- https://bootstrap.pypa.io/get-pip.py | python3 -
# Install Dependencies
python3 -m pip install -r requirements.txt
# Run the Script
python3 main.py
# Clone the Repository
git clone https://github.com/ItsAML/X-Ui-to-Marzban.git
# Navigate to the Repository Directory
cd X-Ui-to-Marzban
# Install Python (if not already installed)
# Download and install Python from https://www.python.org/downloads/
# Ensure you add Python to your system's PATH during installation
# Install Dependencies
pip install -r requirements.txt
# Run the Script
python main.py
If you find my GitHub repository helpful and would like to support my work, you can make a donation using the following cryptocurrencies:
Your contributions are greatly appreciated and will help me continue developing and maintaining this project. Thank you for your support! 🙌