[GUIDE] Get free private proxy/VPS for lifetime

thewierdkid

Newbie
Joined
Mar 27, 2014
Messages
38
Reaction score
16
sorry for my english

This guide will provide you unlimited private proxies with 10GB bandwidth/month


Get the vps and config it
1. Head to vps . m e
2. Register
3. Order a free vps with "Debian 6 64bit minimal" on it
4. Port tunneling: Click on the "IPv4 mapping" at "MY SERVERS" then
Port name: whatevr
Source Port: random number between 49152 and 65535
Destination Port: 8118
NOTE: Maybe somebody have already used your "source port", keep trying until it accepts

Connect to it
(0. for Windows users download Putty for ssh)
1. Get the ssh details by clicking the SSH button at "MY SERVERS"
2. Open a console and type "ssh root at your.vps.ip.adress -p port" (In putty simply just copy-paste the vps ip and port, login as: root)
use the at sign instead of at (i cant use it here :( )
3. Enter your root password (you got it in the sign-up email)

Set it up
1. Remove all unnecessary services:
Code:
apt-get purge apache2* bind9* samba*
2. Update and upgrade your packages:
Code:
apt-get update
then
Code:
apt-get upgrade
3. Get a simple text editor:
Code:
apt-get install nano
4. Install a proxy client:
Code:
apt-get install privoxy
5. Go to privoxy folder:
Code:
cd /etc/privoxy
6. Open nano
Code:
nano
7. Copy paste (in putty rightclick to paste) the code at the bottom of this guide then overwrite the existing config file
Code:
ctrl+x
Code:
y
Code:
config
Code:
y
8. Run privoxy
Code:
privoxy


Good. Now use your free lifetime proxy like "your.vps.ip.address:sourceport"

Create a fiverr gig or write an ebook, i dont care. I just wanted to share it with the best community on the internet.

Have a nice day.


Config:
Code:
user-manual /usr/share/doc/privoxy/user-manualconfdir /etc/privoxy
logdir /var/log/privoxy
actionsfile match-all.action # Actions that are applied to all sites and maybe $
actionsfile default.action   # Main actions file
actionsfile user.action      # User customizations
filterfile default.filter
logfile logfile
listen-address  :8118
toggle  1
enable-remote-toggle  0
enable-remote-http-toggle  0
enable-edit-actions 0
enforce-blocks 0
buffer-limit 4096
forwarded-connect-retries  0
accept-intercepted-requests 0
allow-cgi-request-crunching 0
split-large-forms 0
keep-alive-timeout 5
socket-timeout 300
handle-as-empty-doc-returns-ok 1
 
Last edited:
Great post, Ill be sure to try it out..
 
"Due to huge interest in VPS.ME free vps services, today we have reached free VPS quota, please try to order free vps later or choose another paid plan."

I guess they just want your phone number (you need to verify your phone number before you see the top message. Good thing i use the google voice phone so they can call me or text me i don't care :)
 
Last edited:
"Due to huge interest in VPS.ME free vps services, today we have reached free VPS quota, please try to order free vps later or choose another paid plan."

I guess they just want your phone number (you need to verify your phone number before you see the top message. Good thing i use the google voice phone so they can call me or text me i don't care :)

no. i have 3 vps from them.

please be more creative, there are several free vps providers.
 
Seems like the free VPS is not available for all countries. It says unavailable plan here.
 
I made 3 vps like a month ago.
PLEASE give feedback if it works for you.
 
Last edited:
Another free vps provider? VPS.me is out of free vps, I think.
 
same here, there is unavailble free plan anymore, any alternative for free vps
 
same here, there is unavailble free plan anymore, any alternative for free vps
 
I think I also need a little help with the step after 8. I was able to sign everything up and get everything set up according to the instructions, but after i get to step 8 I'm not sure what I can do next.
 
Is this still working? I have an Amazon VPS, can i configure the same? Please guide me, if any possible way for it. Thanks!!!
 
Back
Top