Astrill Setup Manual:Installing Astrill VPN applet onto your DD-WRT flashed routers: Difference between revisions

From Astrill Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:




To install Astrill VPN Applet on your router, first navigate to the router web control panel using your browser, e.g. it could be located on http://192.168.1.1. Click on tab Administration->Commands. If you are prompted for a password, the default is admin/admin (unless you have changed it). You will see a screen similar to this one:
==Copy Astrill VPN Applet Installation Command==


Login into your account from Astrill website and go to '''VPN SERVICE > Router Set-up''' & copy '''Installation Command'''.


[[File:astrill-ddwrt-web-installation-01.jpg]]
https://www.astrill.com/member-zone/tools/router-set-up




In the Commands box type:
[[File:Asus-router-installation-command.png|800px]]


eval `wget -q -O - http://www.astrill.com/ddwrt/install/YOUR_EMAIL/YOUR_PASSWORD`
 
==Execute Astrill VPN Applet Installation Command==
 
 
To install Astrill VPN Applet on your router, first navigate to the router web control panel using your browser, e.g. it could be located on http://10.10.10.1. Click on tab Administration->Commands. If you are prompted for a password, the default is admin/admin (unless you have changed it). You will see a screen similar to this one:
 
 
[[File:Webinterface_1Re.jpg]]
 
 
In the Commands box type your Astrill VPN Applet installation command:
 
eval `wget -q -O - http://astroutercn.com/router/install/XXXXXXXXXXXXXXXXXXXXXXXXXXXXX`


Please replace YOUR_EMAIL and YOUR_PASSWORD with appropriate values and make sure you don’t remove backtick (`). It’s not an apostrophe (‘).
Please replace YOUR_EMAIL and YOUR_PASSWORD with appropriate values and make sure you don’t remove backtick (`). It’s not an apostrophe (‘).
Line 110: Line 123:
===Mac OS X via terminal===
===Mac OS X via terminal===
TEXTGOESHERE
TEXTGOESHERE
https://www.astrill.com/knowledge-base/53/OpenVPN---How-to-install-Astrill-OpenVPN-on-DD-WRT-routers-%28via-Web-install%29.html

Revision as of 17:16, 18 February 2021

Install Astrill VPN Applet From Router's Web Interface

Copy Astrill VPN Applet Installation Command

Login into your account from Astrill website and go to VPN SERVICE > Router Set-up & copy Installation Command.

https://www.astrill.com/member-zone/tools/router-set-up


Asus-router-installation-command.png


Execute Astrill VPN Applet Installation Command

To install Astrill VPN Applet on your router, first navigate to the router web control panel using your browser, e.g. it could be located on http://10.10.10.1. Click on tab Administration->Commands. If you are prompted for a password, the default is admin/admin (unless you have changed it). You will see a screen similar to this one:


File:Webinterface 1Re.jpg


In the Commands box type your Astrill VPN Applet installation command:

eval `wget -q -O - http://astroutercn.com/router/install/XXXXXXXXXXXXXXXXXXXXXXXXXXXXX`

Please replace YOUR_EMAIL and YOUR_PASSWORD with appropriate values and make sure you don’t remove backtick (`). It’s not an apostrophe (‘).

Then hit “Run Commands” and wait a few moments. If everything went correctly, you will see the following screen:


Astrill-ddwrt-web-installation-02.jpg


If you have any error on this step, please double check your firmware version, make sure it has OpenVPN 2.0+ The best is to contact our support and we can schedule a remote desktop session.

Astrill is now installed on tab Status->My Page, so let’s go there. You will see the following screen:


Astrill-ddwrt-web-installation-03.jpg


Choose a server from the drop down box and hit Connect. We will be soon adding more servers to Astrill DD-WRT.

If you run into any problems, make sure you tried the following:

1. Reload router defaults settings
2. Connect ADSL modem to WAN port to router
3. Install Astrill on your router.

Command-line setup methods

It is also possible to install Astrill applet on DD-WRT flashed routers using command line as well. You can check the following articles for reference.


Windows via telnet

For Windows, you might need to enable the Telnet(Windows built-in Client):

Windows-Feature.png


Enable-Telnet-Windows.png


1. To Telnet into Router, kindly open Command Prompt and enter the following command 'Telnet Your Router's IP address', for e.g. 'telnet 192.168.4.1'

Screenshot-29.png


2. Once you will be able to see the login option, kindly input the login credentials

Screenshot-30.png


The username that should be used is 'root'.

Screenshot-32.png


Please note that while inputting the password, you will not be able to see any asterisks/stars or any characters. Hence, after entering the password simply press 'Enter' key.


3. After successful login, you will see that the command line path will change to root.

Screenshot-33.png



4. Then copy the command provided by the Members Page > TOOLS > Router Set-up, as mentioned in the screenshot below:

Ddwrt6363.png



5. Then input the correct IP Address of router and click on 'Install'

Ddwrt6464.png



6. You will then be navigated to Router's Command Shell window. Just copy the command and paste it within Telnet window.

Screenshot-516.png


Screenshot-34.png


7. After successful installation of Astrill applet, you will be able to see the confirmation message(as mentioned within the screenshot below)

Screenshot-35.png

Windows via putty

TEXTGOESHERE


Mac OS X via terminal

TEXTGOESHERE