Create your own MTProto Proxy and share it with us :
https://github.com/FreedomPrevails/JSMTProxy
https://github.com/FreedomPrevails/JSMTProxy
GitHub
GitHub - FreedomPrevails/JSMTProxy: High Performance NodeJS MTProto Proxy
High Performance NodeJS MTProto Proxy. Contribute to FreedomPrevails/JSMTProxy development by creating an account on GitHub.
Installation MTProxy For servers Linux
#Proprietary #MTProxy
@MTProxy
Install NodeJS, NPM, GIT and PM2 on your server:
In Debian & Ubuntu
In CentsOS & RHEL
Clone repository on your server:
Enter JSMTProxy directory and edit config file (config.json) if you wish. You can change the secret and listening port. it is in json format.
Start the app in cluster mode using pm2:
You can use pm2 to list running processes and check their logs:
❕ Our channel: @MTProxy
#Proprietary #MTProxy
@MTProxy
Install NodeJS, NPM, GIT and PM2 on your server:
In Debian & Ubuntu
$> apt-get install nodejs npm git
$> npm install pm2 -g
In CentsOS & RHEL
$> yum install nodejs npm git
$> npm install pm2 -g
Clone repository on your server:
$> git clone https://github.com/FreedomPrevails/JSMTProxy.git
Enter JSMTProxy directory and edit config file (config.json) if you wish. You can change the secret and listening port. it is in json format.
{
"port":6969,
"secret":"b0cbcef5a486d9636472ac27f8e11a9d"
}
Start the app in cluster mode using pm2:
$> pm2 start mtproxy.js -i max
You can use pm2 to list running processes and check their logs:
$> pm2 list
$> pm2 log #id
❕ Our channel: @MTProxy
Installation MTProxy For servers Windows
#Proprietary #MTProxy
@MTProxy
Download and install NodeJS for Windows using this link: https://goo.gl/bb654A
After installation is complete, enter "Command Prompt" and install PM2 by following command:
and Download JSMTProxy using this link: https://goo.gl/NHCBKT
Extract the zip file into C Drive. and enter the command in CMD:
Start the proxy server from "Command Prompt" by following command:
Default port and secret:
Port:
Secret:
You can change these both on file config.json
Note: You may need to open the proxy port number in your Windows firewall in order for it to accept connections.
❕ Our channel: @MTProxy
if you have Server Linux See this: https://t.me/MTProxy/72
#Proprietary #MTProxy
@MTProxy
Download and install NodeJS for Windows using this link: https://goo.gl/bb654A
After installation is complete, enter "Command Prompt" and install PM2 by following command:
npm install pm2 -g
and Download JSMTProxy using this link: https://goo.gl/NHCBKT
Extract the zip file into C Drive. and enter the command in CMD:
cd C:\JSMTProxy-master
Start the proxy server from "Command Prompt" by following command:
pm2 start mtproxy.js -i max
Default port and secret:
Port:
6969
Secret:
b0cbcef5a486d9636472ac27f8e11a9d
You can change these both on file config.json
Note: You may need to open the proxy port number in your Windows firewall in order for it to accept connections.
❕ Our channel: @MTProxy
if you have Server Linux See this: https://t.me/MTProxy/72