Skip to content

Installing 3proxy server as SOCKS proxy on Ubuntu/Debian distros

Notifications You must be signed in to change notification settings

h1777/3proxy-socks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3proxy as SOCKS5 proxy install script Debian / Ubuntu VPS (3proxy 0.9.4)

HOW TO :

To download run these commands, a) or b), depending in your situation

a) for single IP

wget --no-check-certificate https://raw.github.com/h1777/3proxy-socks/master/3proxy.sh
chmod +x 3proxy.sh
./3proxy.sh

b) for multiple IP's (this will download a different .cfg file prepared for multiple IPs)

wget --no-check-certificate https://raw.github.com/h1777/3proxy-socks/master/3proxyX.sh
chmod +x 3proxyX.sh
./3proxyX.sh

To install: chmod and run

chmod 755 3proxyinstaller.sh
sudo ./3proxyinstaller.sh

Add user and pass (replace user and pass with yours)

sudo /usr/local/3proxy/conf/add3proxyuser.sh user pass

Start and check the service

sudo systemctl start 3proxy
sudo service 3proxy status

If need to change ports, edit 3proxy.cfg

sudo nano /usr/local/3proxy/conf/3proxy.cfg

Restart service after changes

sudo systemctl restart 3proxy

About

Installing 3proxy server as SOCKS proxy on Ubuntu/Debian distros

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages