Skip to content

M03ED/Marzban_User_Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Marzban_User_Manager

Features

  • Multiplication Remaining Traffic For All Users
  • Increase And Decrease The Same Traffic To All Users
  • Increase And Decrease The Same Time From All Users
  • Remove Users Depend On Expire Date

How To Use 💡

First Enable Api In Your Marzban , You Can Enable It By Adding DOCS=True To Your env File

Linux

git clone https://github.com/M03ED/Marzban_User_Manager
cd Marzban_User_Manager
wget -qO- https://bootstrap.pypa.io/get-pip.py | python3 -
python3 -m pip install -r requirements.txt
python3 main.py

Windows

  1. Download Project And Extract It
  2. Install Python +3.10
  3. Open cmd
  4. Run These Commands
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
pip install -r requirements.txt

Now You Can Run Script With This Command

python main.py

Additional Settings 🧩

If You Dont Want Enter Your Server Information You Can Replace This Lines With Your Real Information

username = input('Enter Your Username:')
password = input('Enter Your Password:')
DOMAIN = input('Enter Your Panel Domain (without https):')
PORT = input('Enter Your Panel Port (1-65535):')

Example:

username = 'username'
password = 'password'
DOMAIN = 'domain.com'
PORT = '12345'

Contributors

If You See A Bug Or You Have Idea To Make Script Better You Can Make Pull Request And Commit The Changes

About

3rd Party Script That's Work Marzban Api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages