SellOnlineee
Power Member
- Jul 8, 2016
- 663
- 72
thanks a lot for the step by step guide
One moře question, lets say my vps provider provides unlimited number of ipv6, could this setu work with ipv6?
Thanks a lots for this helpful tutorialsA step by step guide to setup your own proxy server . No need to buy proxies again when you can setup your own server in almost same prices as most of providers sell .
Step # 1 : Goto LowEndBox.com or Webhostingtalk.com and find a VPS provider who has good reviews and can provide additional ips in reasonable prices (1$ per ip)
Step # 2 : Buy a Liunux VPS with 1GB RAM , 1 Core with 100Mbit or above port speed and with additional ips
Usuall prices for such VPS are 5$ per month for VPS and 10$ for 10 additional IPS
So in 15$ you get 11 total IPs (10 additional and 1 VPS IP) which you can then convert into proxies - In 15$ you are getting 11 Virgin Dedicated Proxies which you cannot purchase from most sellers
To get different IP range and subnets , purchase different smaller VPS in different locations and setup proxy server on them
Now the actual Work starts to setup proxy server
Steps to follow : Install Ubuntu 14 when you purchase VPS and then run below commands in SSH terminal (Use Putty for SSH access)
Summary of the above commands :
- apt-get update
- apt-get -y install fail2ban software-properties-common
- apt-get install nano
- apt-get install build-essential libevent-dev libssl-dev
- cd /etc
- wget http://3proxy.ru/0.7.1.1/3proxy-0.7.1.1.tgz
- tar zxvf 3proxy-0.7.1.1.tgz
- rm 3proxy-0.7.1.1.tgz
- cd 3proxy
- nano src/proxy.h
- add line - #define ANONYMOUS 1 (this makes proxy anonymous)
- make -f Makefile.Linux
- make -f Makefile.Linux install
- mkdir log
- cd cfg
- nano 3proxy.cfg
- Add ips here along with Username : Password : Port in this format : proxy -p3128 -a -iYour Ip here -eYour Ip here
- Edit username and password in the same file in this format : users UsernameHere:CL
asswordHere
- Allow your username in the same file (You will see the Allow option , just add your username there)
- chmod 0777 3proxy.cfg
- cd ../
- nano scripts/rc.d/proxy.sh ( enter the directory where you installed 3Proxy script! )
- sh scripts/rc.d/proxy.sh start
- nano /etc/rc.local
- sh /etc/3proxy/scripts/rc.d/proxy.sh start
- Update Ubuntu
- Install Fail2ban
- Install Nano editor
- Install libevent and libssl
- Download 3Proxy script
- Unzip it to directory
- And edit the Proxy.h file through Nano and add line #define ANONYMOUS1
- Edit 3Proxy.cfg through Nano and add your ips along with port , username and password
- Then edit proxy.sh and enter where you installed 3Proxy
- Reboot the server and thats it !
Thats it , restart your server and your proxy server is ready . Go ahead and test your proxies .
You can make proxies and use them with anytool . Regarding MassPlanner , yes it works with it@Seo Lover is it somehow possible to use this method with Massplaner?
IPv4 are more like $5+ each, which can send the on going price to 5 times. In addition to management overhead, it's questionable if it will be worth the hassle. Good guide though.
You can make proxies and use them with anytool . Regarding MassPlanner , yes it works with it
Thanks for such a great guide man! Can you plz help me to fix 3proxy.cfg?
I've tried it with 1 proxy, it's working great!
But if i add another proxy it won't work!
Here is my 3proxy.cfg (i'm a complete noob and found it on youtube lol)
#!/usr/local/bin/3proxy
daemon
pidfile /etc/3proxy/3proxy.pid
auth strong
nserver 8.8.8.8
nscache 65536
timeouts 1 5 30 60 180 1800 15 60
users: ***** CL: ******
allow ******
proxy -n -a -p8254 -i****** -e******(first proxy)
proxy -n -a -p8254 -i******* -e******(second proxy)
Same method works , just dont add extra ips and use main ip .Thanks for the guide. I just want to use the IP of the VPS and not any extras. Can someone point me in the right direction or PM me how to do that?
Reason could be your additional ip is not binded with server .
Thanks so much bro! Problem solved!
Here is what i did, (maybe will be helpful for somebody).
To assign additional IP address on ubuntu 16.04:
1)exec sudo -i
2)nano /etc/network/interfaces
3) add these lines :
iface ens3 inet static
address 2.2.2.2.(your additional IP)
4)save edits and restart server
Which VPS provider gives unlimited ipv6