Nabídka
CS

How to set up your own proxy and use it with AdGuard

In our day and age, it is becoming increasingly important to have access to any online resources that you need, at any time. This is not always convenient or even possible at all — take such example as using a network with overly restrictive firewall. What will help you be 100% sure you can access any website is setting up your own proxy. Not to mention proxy will hide your IP and let you access geo-blocked websites.

In this article, we will walk together all the way from renting our own server to configuring proxy on a mobile device or in a browser.

Renting your own server

For starters, we'll need to rent a server. You can choose any web hosting service you prefer, I will be using Vultr as an example.

I emphasize that I don't try to advertise or distinguish this service, it was only chosen as an example. Among other possible solutions are HostGator, 1&1, Cloudways, Bytemark, Digital Ocean and many, many more.

Alright, let's get to it. I start by opening vultr.com and signing up there ("Create Account" button in the top right corner).

If you did the same, you'll receive an email with a link to confirm your registration. Once you do it and log in, you'll be asked to choose a payment method. I selected Credit card, but you are free to use any other, obviously.

Important — if you are choosing credit card as your payment method, tick the "I just want to link my credit card" checkbox, otherwise, you will be charged immediately.

After you've linked your card, click on the "Servers" tab on the left, and then choose "Deploy New Server" (a button with a "plus" symbol).

Ok, time to make a decision where our new server will be located. I've chosen one in Amsterdam, you can (and probably should, unless you have a specific reason) choose something relatively close to your geographical location.

In the "Server type" tab select Debian 9 (x64) — this is very important!

The third step is to select the server size, it depends solely on your needs and your budget. Most users will find 1 TB for $5/mo or 500 GB for $2.5/mo sufficient.

At steps 5 and 6 there's no need to change anything. At step 7 choose a hostname and a label for your server, any will do.

Aaaaand done! Smash the Deploy Now button to finish the process. You'll get another email to confirm that the server has been deployed — you'll need it later.

Installing PuTTY (for Windows users)

Now we have to install and set up a proxy on our freshly acquired server. Windows users can use the PuTTY tool, which can be downloaded here. Click on the .msi build under the "MSI (Windows Installer)" section. Mind if your OS is 32-bit or 64-bit when downloading the installer (if you are not sure, this article will help you determine it).

Open the .msi file and install PuTTY by following the wizard's instructions, and then run the tool.

This is what you'll be faced with — don't get scared at the number of tabs and settings there, we'll basically only need one. Open the very first tab (Session) and enter the IP address you got in that confirmation email from Vultr.

Done? Then click the "Open" button located at the bottom. You'll see the console asking you to enter login and password (during the first launch there will be a warning pop-up — don't worry, it's fine, just press OK).

This data can be found in the Overview tab of your Vultr servers screen. The username will be root by default, and the password, of course, randomized (you can change it while you are at it). Ok, you've successfully entered login and password, which takes us to the next step — installing a proxy.

If you are a Mac user, you don't need to install putty or any other utility. All you have to do is open the Terminal and proceed to install and configure a proxy.

Setting up and configuring a proxy

For this purpose, we will use a special script by AdGuard that will perform all required actions. If everything has been going well so far, you should be seeing PuTTY console on your screen.

Subsequently execute the following commands in there (press Enter after each command):

apt-get update

The console should look somewhat like this:

apt-get install curl -y

This is what you'll be seeing after executing this command:

bash <(curl -s "https://raw.githubusercontent.com/AdguardTeam/ProxiesSetup/master/setup.sh")

At the 3rd step, the script will ask you for a username/password pair for your future proxy. You are free to choose any, but make sure to remember them, or even write them down. What it will look like:

In the console, you will see the IP address of your proxy, HTTP port, SOCKS5 port, username and password. This information has to be entered whenever you want to configure your device/browser to use this proxy. Let's now have a look at a couple of specific examples.

Very important! SOCKS5 is not ideal in terms of security. Try not to use SOCKS5 proxy in public and unprotected networks. In one of the next articles, we'll tell about more secure solutions like Shadowsocks.

In case your server has restarted, you will need to reenable the danted service. To do so, run this command line in the console:

systemctl enable danted.service

Configuring proxy in AdGuard for Mac

Setting up a SOCKS5 proxy in AdGuard for Mac is pretty easy, especially since the proxy settings have been moved from the Advanced settings to the Network tab. Click the gear icon and select Preferences.

Settings_1

Now go to the Network tab, and then to the Outbound proxy tab. In the drop-down menu on the right, select SOCKS5. Fill in all the fields, using the data you have just seen in Terminal. To complete the setup, check the Outbound proxy box.

Settings_2

If you want to use AdGuard for Mac as an HTTP proxy to filter traffic on devices in your local network, go to the HTTP proxy tab and check the box Use AdGuard as an HTTP proxy.

Settings_3

Configuring proxy in AdGuard for Android

There's no trickery here, we will be configuring our SOCKS5 proxy (since we need the authorization) just like we would configure any other proxy. Open the side menu of AdGuard app, go to "Settings - Proxy settings".

Don't forget to toggle the main switch in the top right corner on, then tap the "Add proxy" button.

Fill out all the fields using data from PuTTY console. You can enter anything under "Proxy name". Also, enable the "Default proxy" option if you plan to mainly use this proxy.

Excellent! Tap Save, now all traffic filtered by AdGuard will be routed through your proxy. And by the way, you can still disable AdGuard filtering for any app(s) via "Apps management", it will prevent its traffic from being routed through the proxy.

There's one trick that will allow you to instantly switch between enabling and disabling the proxy — you can add a specific tile to the quick access panel. Note there's a new notification in the notification bar, telling that your traffic is routed through the proxy server. Tapping on it will also take you to the "Proxy settings" screen in AdGuard.

Configuring proxy in Chrome/Firefox browsers

For this purpose, we advise using the SwitchyOmega browser extension. I use Chrome, so I'll be downloading it from the Chrome Store, Firefox users will find it among Firefox add-ons. Its unique trait is that it allows you to set up a proxy to be used on specific domains only, or, vice versa, to exclude specific domains.

Configuring SwitchyOmega is very simple. Add a new profile ("+New profile") in the Profiles tab on the left. We need to choose HTTP protocol, since SOCKS5 does not support authorization here. Again, fill out the fields according to previously received information. Remember to apply changes by clicking the button on the left!

To make your browser use this proxy by default, in the "Auto switch" tab select the freshly added proxy in the Default drop-down menu.

In case you want your proxy to be used for specific websites or IP addresses only, set up respective switch rules. A tooltip will help you with the syntax.

And here's one small "lifehack" (please don't kill me for using this word): on any page you can quickly access proxy settings by clicking the SwitchyOmega extension icon. Manage proxy in respect to the current website, or change global proxy settings — everything is within a couple of clicks.

Color indicator also helps determining if the proxy is being used currently or not.

Summarizing

We've done it! If everything went according to plan, you should have your own server with a working proxy installed there, and respective settings on your phone/browser. Not so bad for 10 minutes spent on reading this article :)

Should you encounter any difficulties along the way, or if you just have any questions — let me know in the comments, and I (or some other team member) will help you get through! Good luck!

Líbil se vám tento příspěvek?
18 380 18380 uživatelských recenzí
Vynikající!

AdGuard pro Windows

AdGuard pro Windows je víc než jen blokátor reklam. Jedná se o víceúčelový nástroj, který blokuje reklamy, kontroluje přístup na nebezpečné stránky, zrychluje načítání stránek a chrání děti před nevhodným obsahem.
Stažením programu přijímáte podmínky Licenční smlouvy
Čtěte dál
18 380 18380 uživatelských recenzí
Vynikající!

AdGuard pro macOS

AdGuard for Mac je jedinečný blokátor reklam navržený s ohledem na systém macOS. Kromě ochrany před otravnými reklamami v prohlížečích a aplikacích vás chrání před sledováním, krádeží identity a podvody.
Stažením programu přijímáte podmínky Licenční smlouvy
Čtěte dál
18 380 18380 uživatelských recenzí
Vynikající!

AdGuard pro Android

AdGuard pro Android je dokonalým řešením pro mobilní zařízení Android. Na rozdíl od většiny ostatních blokátorů reklam nevyžaduje AdGuard root přístup a poskytuje širokou škálu možností správy aplikací.
Stažením programu přijímáte podmínky Licenční smlouvy
Čtěte dál
18 380 18380 uživatelských recenzí
Vynikající!

AdGuard pro iOS

Nejlepší blokátor reklam v systému iOS pro iPhone a iPad. AdGuard odstraňuje všechny druhy reklam v Safari, chrání vaše soukromí a zrychluje načítání stránek. Technologie blokování reklam AdGuard pro iOS zajišťuje nejvyšší kvalitu filtrování a umožňuje používat více filtrů současně
Stažením programu přijímáte podmínky Licenční smlouvy
Čtěte dál
18 380 18380 uživatelských recenzí
Vynikající!

AdGuard VPN

74 umístění po celém světě

Přístup k jakémukoliv obsahu

Silné šifrování

Žádné záznamy aktivit

Nejrychlejší připojení

Podpora 24/7

Vyzkoušet zdarma
Stažením programu přijímáte podmínky Licenční smlouvy
Čtěte dál
18 380 18380 uživatelských recenzí
Vynikající!

Blokátor obsahu AdGuard

Blokátor obsahu AdGuard eliminuje všechny druhy reklam v mobilních prohlížečích, které podporují technologii blokování obsahu — jmenovitě Samsung Internet a Yandex.Browser. Je více omezen než AdGuard pro Android, ale je zdarma, snadno se instaluje a stále poskytuje vysokou kvalitu blokování reklam.
Stažením programu přijímáte podmínky Licenční smlouvy
Čtěte dál
18 380 18380 uživatelských recenzí
Vynikající!

Rozšíření prohlížeče AdGuard

AdGuard je nejrychlejší a nejlehčí rozšíření pro blokování reklam, které účinně blokuje všechny typy reklam na všech webových stránkách! Vyberte si AdGuard pro prohlížeč, který používáte a získejte rychlé a bezpečné prohlížení bez reklam.
18 380 18380 uživatelských recenzí
Vynikající!

AdGuard asistent

Doprovodné rozšíření prohlížeče pro AdGuard desktopové aplikace. Nabízí přístup v prohlížeči k takovým funkcím, jako je blokování vybraných prvků, zahrnutí webové stránky do seznamu povolených nebo odeslání hlášení.
18 380 18380 uživatelských recenzí
Vynikající!

AdGuard DNS

AdGuard DNS je alternativní řešení pro blokování reklam, ochranu soukromí a rodičovskou kontrolu. Jednoduché nastavení a bezplatné používání poskytuje potřebné minimum ochrany proti online reklamám, slídičům a phishingu bez ohledu na to, jakou platformu a zařízení používáte.
18 380 18380 uživatelských recenzí
Vynikající!

AdGuard Home

AdGuard Home je komplexní síťové softwarové řešení pro blokování reklamy a sledování na internetu. Po jeho nasazení, budou všechna Vaše zařízení v domácnosti chráněná a nepotřebujete už žádný software na Vašem zařízení. S nástupem internetu věcí a množstvím připojených zařízení, začala být schopnost kontrolovat celou Vaši síť důležitější než kdykoliv předtím.
18 380 18380 uživatelských recenzí
Vynikající!

AdGuard Pro pro iOS

AdGuard Pro má hodně co nabídnout vedle vynikajícího blokování reklam v Safari, které je již uživatelům běžné verze. Poskytnutím přístupu k vlastním nastavením DNS umožňuje blokovat reklamy, chránit děti před online obsahem pro dospělé a ohlídat vaše osobní údaje před krádeží.
Stažením programu přijímáte podmínky Licenční smlouvy
Čtěte dál
18 380 18380 uživatelských recenzí
Vynikající!

AdGuard pro Safari

Safari rozšíření pro blokování reklam zažívají těžké časy od chvíle, kdy Apple začal všechny nutit používat nové SDK. Rozšíření AdGuard má přinést zpět vysoce kvalitní blokování reklam do Safari.
18 380 18380 uživatelských recenzí
Vynikající!

AdGuard Temp Mail

Bezplatný generátor dočasných e-mailových adres, který vás udržuje v anonymitě a chrání vaše soukromí. Žádný spam ve vaší hlavní doručené poště!
18 380 18380 uživatelských recenzí
Vynikající!

AdGuard pro Android TV

AdGuard pro Android TV je jediná aplikace, která blokuje reklamy, chrání vaše soukromí a funguje jako firewall pro chytrou TV. Získejte varování před webovými hrozbami, používejte zabezpečený DNS a využívejte šifrovaný provoz. Uvolněte se a ponořte se do svých oblíbených pořadů se špičkovým zabezpečením a žádnými reklamami!
Stahování AdGuardu Chcete-li nainstalovat AdGuard, klikněte na soubor označený šipkou Vyberte „Otevřít“ a klikněte na tlačítko „OK“, poté počkejte, než se soubor stáhne. V otevřeném okně přetáhněte ikonu AdGuardu do složky „Aplikace“. Děkujeme, že jste si zvolili AdGuard! Vyberte „Otevřít“ a klikněte na tlačítko „OK“, poté počkejte, než se soubor stáhne. V otevřeném okně klikněte na tlačítko „Instalovat“. Děkujeme, že jste si zvolili AdGuard!
Nainstalujte si AdGuard i pro mobilní zařízení