[go: up one dir, main page]

0% found this document useful (0 votes)
341 views6 pages

Configurar VPS e HTTP Injector Android

Users can securely access the internet through an SSH tunnel configured on a VPS. The document explains how to set up a VPS and the HTTP Injector app for Android to establish this tunnel.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
341 views6 pages

Configurar VPS e HTTP Injector Android

Users can securely access the internet through an SSH tunnel configured on a VPS. The document explains how to set up a VPS and the HTTP Injector app for Android to establish this tunnel.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Como criar VPS + Configurar Http Injector e

free Internet on your mobile!


Created by Kevin Stone

The article I will write today is aimed at users who want to learn how to create and configure
a VPS server to connect to the internet through an SSH Tunnel (HTTP INJECTOR FOR
ANDROID), Furthermore, I will also explain how to correctly configure the HTTP injector in
your device.

If you are completely lost here and would like to know what the terms: SSH, VPS, HTTP are
injector, VPN, etc. I will try to simplify as much as possible what these little monsters are.
and what they are for.

SSH: It is a cryptographic network protocol for operating network services securely over
an insecure network. The best known example application is for remote login to systems of
computers by users.
VPS: From English Virtual Private Server (VPS), it is a virtual machine sold as a service by
a hosting company, but it is also possible to create VPS on home computers.
The server has its own dedicated operating system and the client has superuser access,
allowing the installation of any software that is compatible with the system.
HTTP Injector: An application for smartphones with the Android operating system that allows
tunneling an internet connection using the SSH protocol.
VPN: Virtual Private Network, from English virtual private network (VPN), is a communication network
private built on a public communications network (such as the Internet).
The first step is to purchase the VPS service from a competent company preferably that already
have a good reputation in the market. You can choose from many ads in the free market
por exemplo, várias empresas que disponibilizam o serviço de VPS.

Your data goes through a virtual tunnel, which makes your browsing more secure.
In today's example, I will teach you how to set up a Linux Ubuntu Server VPS.
16.00 x64, but the guide I will write for you can also be used to configure others
Linux distributions such as Gnome, Debian...
After purchasing the VPS service from a company, you will receive instructions from the company.
login information and virtual address of your server.
The information is usually:
SSH IP address of the VPS, usually in the format ip: [Link] where 'x' are the
numbers that make up your server's address. example: [Link]
SSH port, which by default is number 22 or may be different depending on the configuration of the
VPS.
SSH Login Username: usually by default it is 'root'. However, some
VPS resale companies can even put their name there.
And finally, the SSH Account Password. Alphanumeric password provided for SSH login with the
server.
The next step will be to prepare the VPS server to run the Squid Proxy and also to Tunnel
the connection of the Http injector.

I thought it would be practical to hire third-party VPS services through the marketplace to make things easier.
things for those who don't have a credit card, nor an international credit card, and don't have an account in
PayPal. Mercado Livre is easier because you just need to take the boleto and pay at a lottery house.

In addition to everything, there are sellers on the free market who offer virtual server services.
fairly accessible private, with prices starting from 12 reais per month or even less. It is important that
when hiring the VPS service, ask the seller to install the linux ubuntu server x64
for you to successfully apply the tips from the guide.

After acquiring the VPS service, and having the configurations and the login in hand, now it's time
to connect to the server via SSH, to configure it to be used as a VPN tunnel.
You will be able to connect to the server using an Android smartphone or a computer with
Windows, Linux and Mac OS.
To avoid extending the tutorial too much, I will teach on the PC only through the Android Smartphone or from
a computer with windows. Basically, you will need an internet connection, the
VPS account details and a mobile phone with Android / or a computer running a version of Windows
start from Windows XP, Windows 7, 8 or 10. It doesn't matter if it's x86 or x64.

Doing on the Android Smartphone.


The first step will be to enter the Play Store and download an app to connect to the
server:
Clickhereto download the app:
After downloading the app, open it and then click on the " + " icon in the top right corner of the screen.
to add a new connection.

Android SSH command prompt.

In the Host Edit window, simply enter the login details in the form:
user@hostname:port
example: root@[Link]:22
user: root
nome do host: [Link]
porta: 22
Right after entering the data, click on connect and wait a few seconds. You will be
When asked if you really want to connect, click Yes. It will then display: Attempt to
authentication of 'password' in progress. just type the provided password along with your data
server and give ok.
The installation commands are the same as those used in Windows:

First, paste the commands to update Linux:


sudo apt-get update
followed by:
sudo apt-get upgrade
To paste the data inside the application, just use the icon located at the top right of the
screen. It is the first icon from left to right.
Remember to always grant permissions to the commands you give using LetterY. In the middle of the
Installation or update may require permissions.
User permissions are required to install scripts.
To install the SSH tunneling script and the Squid Proxy, enter:
wget [Link]
chmod +x [Link]
./[Link]
Then press enter to confirm.
After the installation is complete, which may take a few minutes... You will need to create
a new login so that you can connect through an SSH tunnel application, like Http
injector, KPN, Eproxy among others.
To create a new user, simply enter the command: 'createuser' without quotes.
Define the login: (username) to create, press enter, then define the password, the validity of the login.
and the number of simultaneous connections.

Ready! Now just connect normally to the server using your smartphone via http
injector, kpn proxy or eproxy.

On your Computer "Windows".

Download the program to connect to the server via SSH on Windows here:

Clickherefor Download - Download


After downloading the program now, open it normally and select the session option listed.
on the left. In the 'Host name or IP Address' box, enter the address of your VPS provided by
seller who sold you the VPS. In the port box enter the number '22' which is the standard port for
SSH protocol, finally just click the 'Open' button at the bottom of the window and wait for the connection.

Enter the VPS server address in the host name bar and click Open.
Right after clicking Open, you will be directed to a black window where you will be able to control the
server via command prompt. The first step is to log in, On the screen after connecting will be
Displayed the phrase: 'Login as:' Just type in the username provided along with the data.
VPS and press ENTER.
Next, the phrase will be displayed: 'Password:' Enter the password distinguishing uppercase letters.
lowercase. Note: When typing the password, it is normal for the characters not to appear, this is a
the characteristic of the SSH prompt and serves to prevent other people from seeing the entered password.
Type the password normally and press Enter afterwards. Soon after connecting, it will be necessary before
start the installation process of the scripts that you update your linux system using the
the following commands (without quotes):

sudo apt-get update


followed by:
sudo apt-get upgrade
If prompted to confirm during the installation, confirm with the Y key and Enter.
Next, simply proceed with installing the script that will configure your VPS server for
function as a squid proxy and prepare it to tunnel SSH connections.
You need to have user permissions to install scripts.
Just copy the following command and paste the following command into the command prompt:

wget [Link]
chmod +x [Link]
./[Link]
Detail: to paste the script, just right-click once on a part of the screen.
black command prompt. Then press ENTER to install the script, always giving the
necessary permissions when requested with the Y key
After the installation is complete, you will also need to create a new login for your
SSH tunneling application (for example, HTTP Injector).
To create a new login with a username and password is simple, just type in the
command without quotes: 'createuser' then insert the data as login; (username),
password, the expiration date of the user login and then the number of simultaneous connections.

To optimize the speed of your server connection, I also recommend the installation of the script:
TCP Tweaker :
Just paste the script in the command prompt and hit enter.
wget [Link]
chmod +x [Link]
./[Link]
Followed by ENTER.
After running all the scripts correctly, simply open the http injector / kpn / eproxy and enter the
server settings to start using the http tunnel normally.

How to unblock video and audio calls on WhatsApp using Http injector
through the VPS.
Video and audio calls on WhatsApp and other instant messengers often do not
it works when you are connected to a vps through the http injector, but know that it is possible
unlock the streaming and this is an easy task, just install a simple script on
vps port redirection of udp.
To install the script, enter the SSH Client on Windows or on your Android smartphone and connect to your
VPS server. Then copy and paste the following script and press enter to install:
wget [Link]
chmod +x [Link]
./[Link]
Give the necessary permissions to install the script using the Y key.
The script only has one drawback, which is having to run it again every time the server
restart...
To run the script, it will be necessary to execute the following command every time (all without quotes):

screen
In the next window, type 'badudp'.
Next, press the key combination 'Control + Alt + D'. And done!
The script will be running in the background, and now just connect to the server and enjoy!
Note: For the rule to work, it is necessary to enable the UDP forwarding option.
within the settings of HTTP Injector.

Everything was filmed at my channel.

Join our Telegram channel


@ehi_vivo_claro
[Link]

Created by Kevin Stone...

You might also like