Sign inSign up

iamtrazy/maruzibun

By iamtrazy

Updated almost 3 years ago

Marzban with Auto HTTPS

Image
0

1.2K

iamtrazy/maruzibun repository overview

Run the docker image

docker run -d --restart unless-stopped \
-e DOMAIN='www.example.com' \
-e USERNAME='iamtrazy' \
-e PASSWORD='password' \
-p 443:443 \
--name maruzibun iamtrazy/maruzibun:latest

Additionally provide API_TOKEN and ADMIN_ID to integrate with telegram bot.
change your dashboard username and password after copying the command unless you want to have the above insecure credentials.

Access panel

You can access the container using given domain in the run command with path /dashboard.

example:- www.example.com/dashboard

if you need to change the domain, Stop and remove the container and then re-run the docker run command.

Tag summary

Content type

Image

Digest

sha256:f33dc6184

Size

283.1 MB

Last updated

almost 3 years ago

docker pull iamtrazy/maruzibun