Never Buy Proxies Again - Setup your own Proxy Server

does 3proxy support socks5 ? how to config multiple socks5 in 3proxy if its support ? thanks
 
A 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)
  1. apt-get update
  2. apt-get -y install fail2ban software-properties-common
  3. apt-get install nano
  4. apt-get install build-essential libevent-dev libssl-dev
  5. cd /etc
  6. wget http://3proxy.ru/0.7.1.1/3proxy-0.7.1.1.tgz
  7. tar zxvf 3proxy-0.7.1.1.tgz
  8. rm 3proxy-0.7.1.1.tgz
  9. cd 3proxy
  10. nano src/proxy.h
  11. add line - #define ANONYMOUS 1 (this makes proxy anonymous)
  12. make -f Makefile.Linux
  13. make -f Makefile.Linux install
  14. mkdir log
  15. cd cfg
  16. nano 3proxy.cfg
  17. Add ips here along with Username : Password : Port in this format : proxy -p3128 -a -iYour Ip here -eYour Ip here
  18. Edit username and password in the same file in this format : users UsernameHere:CL:passwordHere
  19. Allow your username in the same file (You will see the Allow option , just add your username there)
  20. chmod 0777 3proxy.cfg
  21. cd ../
  22. nano scripts/rc.d/proxy.sh ( enter the directory where you installed 3Proxy script! )
  23. sh scripts/rc.d/proxy.sh start
  24. nano /etc/rc.local
  25. sh /etc/3proxy/scripts/rc.d/proxy.sh start
Summary of the above commands :
  1. Update Ubuntu
  2. Install Fail2ban
  3. Install Nano editor
  4. Install libevent and libssl
  5. Download 3Proxy script
  6. Unzip it to directory
  7. And edit the Proxy.h file through Nano and add line #define ANONYMOUS1
  8. Edit 3Proxy.cfg through Nano and add your ips along with port , username and password
  9. Then edit proxy.sh and enter where you installed 3Proxy
  10. Reboot the server and thats it !

Thats it , restart your server and your proxy server is ready . Go ahead and test your proxies .


Can I create IPv6 proxies with this method?
 
LOL

Btw, so this still works, right?

I have not used this guide for quite some time, but I am sure it would still work. If I remember correctly, the guide is for setting up a fairly well known proxy server package, so no reason why it would stop working.
 
  • Like
Reactions: Lay
Double posting sorry (Mod please delete post above thx)
- If I create proxies on residential IPs, can I safely have 2 IG accounts and 1 pinterest account on each IP?
- Also, if I get a ban, PV or action blocks on an account, does that mean that the IP will be flagged and useless?
- Is browser footprint an issue? Do you use something like Multiloginapp to cover that?
 
Double posting sorry (Mod please delete post above thx)
- If I create proxies on residential IPs, can I safely have 2 IG accounts and 1 pinterest account on each IP?
- Also, if I get a ban, PV or action blocks on an account, does that mean that the IP will be flagged and useless?
- Is browser footprint an issue? Do you use something like Multiloginapp to cover that?

- Yes you can use 2IG and 1 Pinterest on Residential proxy (But you have to do different actions on all account to make sure you remain safe)
- IP usually not gets flag instant , chances are you can use same proxy but for safe side its better to abandon it and go with new one
- Browser footprint is a big issue , you have to use different browsers or some tools to handle large amount of accounts , something like FaceDominator etc
 
- Yes you can use 2IG and 1 Pinterest on Residential proxy (But you have to do different actions on all account to make sure you remain safe)
- IP usually not gets flag instant , chances are you can use same proxy but for safe side its better to abandon it and go with new one
Thanks a lot
How do you deal with phone verifications? (after you've bought aged phone verified accounts?
Also, if you buy accounts that have been verified with a Russian or Indonesian phone number, won't it raise flags when you start using them on your US proxies?
 
Thanks a lot
How do you deal with phone verifications? (after you've bought aged phone verified accounts?
Also, if you buy accounts that have been verified with a Russian or Indonesian phone number, won't it raise flags when you start using them on your US proxies?

You can used any country phone verification , its not a issue . Issue is how you use them .

If you do different actions on accounts and don't spam then they work without any issue .

Sometimes they get ban instantly , leave that account and move on
 
Why only 10/11 IPs per VPS? and not more?
You can have as many as you need on a single VPS

Sorry, i have an error: "-bash: make: command not found, have you a solution for this?

Thank you.
Sorry but not sure what this error is , you might missed some part . If you follow above guide then you will not see that error
 
Double posting sorry (Mod please delete post above thx)
- If I create proxies on residential IPs, can I safely have 2 IG accounts and 1 pinterest account on each IP?
- Also, if I get a ban, PV or action blocks on an account, does that mean that the IP will be flagged and useless?
- Is browser footprint an issue? Do you use something like Multiloginapp to cover that?

Done.

Sorry, i have an error: "-bash: make: command not found, have you a solution for this?

Thank you.

Maybe the make command is not installed. Make sure you are using the same version of Linux as stated in the guide.

If so, just google how to install make command.
 
Sorry but i have another error (new to linux cmd).


case "$1" in
start)
echo Starting 3Proxy

/usr/local/etc/3proxy/bin/3proxy /usr/local/etc/3proxy/3proxy.cfg

RETVAL=$?
echo
[ $RETVAL ]
;;

stop)
echo Stopping 3Proxy
if [ /usr/local/etc/3proxy/3proxy.pid ]; then
/bin/kill `cat /usr/local/etc/3proxy/3proxy.pid`
else
/usr/bin/killall 3proxy
fi

RETVAL=$?
echo
[ Read 48 lines ]


root@j:/etc/3proxy# sh scripts/rc.d/proxy.sh
Usage: scripts/rc.d/proxy.sh {start|stop|restart}
root@j:/etc/3proxy# start
start: missing job name
Try `start --help' for more information.
root@j:/etc/3proxy# sh scripts/rc.d/proxy.sh start
Starting 3Proxy
scripts/rc.d/proxy.sh: 14: scripts/rc.d/proxy.sh: /usr/local/etc/3proxy/bin/3proxy: not found
 
Back
Top