Quickstart: Set up the MTProto Proxy
masterTo deploy the MTProto proxy, clone the stable branch, configure your settings, and run it using Docker or Python.
- Clone the repository:
git clone -b stable https://github.com/alexbers/mtprotoproxy.git; cd mtprotoproxy - (Optional but recommended) Edit
config.pyto set yourPORT,USERS, andAD_TAG. - Start the proxy:
- Using Docker:
docker-compose up -d - Using Python:
python3 mtprotoproxy.py
- Using Docker:
- (Optional) Retrieve the proxy link to share with users by checking the logs:
docker-compose logs.
git clone -b stable https://github.com/alexbers/mtprotoproxy.git; cd mtprotoproxy
# Edit config.py then:
docker-compose up -d