79 lines
2.3 KiB
Markdown
79 lines
2.3 KiB
Markdown
telegram bot to manage servers (inside the bot)
|
|
|
|
<img src="https://github.com/mercurykd/vpnbot/assets/30900414/d5a81237-5215-41db-87e5-20734120cc9c" width="200">
|
|
|
|
### XTLS-Reality
|
|
- change secret
|
|
- qr/config
|
|
- change fake domain
|
|
<img src="https://github.com/mercurykd/vpnbot/assets/30900414/39bdf4e0-96a6-4257-b61e-30a14122e236" width="200">
|
|
|
|
### NaiveProxy
|
|
- change login
|
|
- change password
|
|
<img src="https://github.com/mercurykd/vpnbot/assets/30900414/2127a4af-0436-452c-bfe2-c750dd5dbc06" width="200">
|
|
|
|
### OpenConnect
|
|
- change secret
|
|
- change password
|
|
- change dns
|
|
- add user
|
|
<img src="https://github.com/mercurykd/vpnbot/assets/30900414/a4ffc04f-965a-439b-862b-210b98e1f87d" width="200">
|
|
|
|
### Wireguard / Amnezia
|
|
- create
|
|
- delete
|
|
- rename
|
|
- timer
|
|
- torrent blocking
|
|
- qr/config
|
|
- statistics
|
|
<img src="https://github.com/mercurykd/vpnbot/assets/30900414/51a79c93-8083-40ba-a14b-a6ef19f00531" width="200">
|
|
<img src="https://github.com/mercurykd/vpnbot/assets/30900414/fd6ffd9f-bd75-479c-8dca-ea6c0b938b6c" width="200">
|
|
|
|
### Shadowsocks + v2ray
|
|
- change password
|
|
- on/off v2ray
|
|
- qr
|
|
- short link
|
|
<img src="https://github.com/mercurykd/vpnbot/assets/30900414/fbe39617-63ae-4536-8ab0-e4269ed8784a" width="200">
|
|
|
|
### AdguardHome
|
|
- change password
|
|
- change upstream dns
|
|
- check dns
|
|
<img src="https://github.com/mercurykd/vpnbot/assets/30900414/a7d4ba52-494b-429f-a3e2-08c68c8353c4" width="200">
|
|
|
|
### PAC
|
|
- the ability to create your own PAC available by url with the ability to substitute the final ip and port
|
|
<img src="https://github.com/mercurykd/vpnbot/assets/30900414/5343e009-1b21-450f-918d-b811b98a0549" width="200">
|
|
|
|
### MTProto
|
|
- change secret
|
|
- qr/config
|
|
<img src="https://github.com/mercurykd/vpnbot/assets/30900414/411696d8-172a-4dac-b6b7-4a6da3adfab2" width="200">
|
|
|
|
### Settings
|
|
- add/change admin
|
|
- change language (en/ru)
|
|
- import/export all settings
|
|
- domain binding
|
|
- obtain ssl for domain
|
|
<img src="https://github.com/mercurykd/vpnbot/assets/30900414/431ec09d-9c14-4c74-b8f6-e49c142132e8" width="200">
|
|
|
|
---
|
|
environment: ubuntu 18.04/20.04/22.04, debian 11/12
|
|
|
|
### Install:
|
|
|
|
```shell
|
|
wget -O- https://raw.githubusercontent.com/mercurykd/vpnbot/master/scripts/init.sh | sh -s YOUR_TELEGRAM_BOT_KEY
|
|
```
|
|
|
|
### Install as service (autoload on start):
|
|
|
|
```shell
|
|
cd /root/vpnbot
|
|
bash scripts/install_as_service.sh
|
|
```
|