All Collections
Getting Started
How do I set up Veilock VPN?
How do I set up Veilock VPN?

Guide on setting up AstroVPN on all your devices!

Riley James Nevins avatar
Written by Riley James Nevins
Updated over a week ago

You'll need a subscription to use AstroVPN, to get started with your order you can visit our pricing page, where we have bundled up to one year in length. Once you have ordered, you'll receive your username and password needed to connect.

Windows

  1. First, download and install the OpenVPN Connect app from the official website OpenVPN is a widely trusted open-source VPN client supported by various operating systems.

  2. After installation, you will need to obtain the location files for AstroVPN. You can find these files down below.

  3. Once you have the location files, unzip them and import the desired location file into the OpenVPN app.

  4. Once you hit the + you will be able to upload the files via the browse option or drag and drop.

  5. When you try to connect to a location for the first time, you will be prompted to enter your username and password. These will be provided to you after purchasing our service and may be sent to you via email or through a Discord ticket.

  6. The app may also ask for an external certificate. In this case, select "Do not show again for this profile" and "Continue" to proceed, as we do not require these for our service.

Android

  1. First, download and install the OpenVPN Connect app from the official website OpenVPN is a widely trusted open-source VPN client supported by various operating systems.

  2. After installation, you will need to obtain the location files for AstroVPN. You can find these files down below. If you cannot open the file as is, please open a support ticket and we can get you the individual .ovpn file(s) you desire!

  3. Once you have the location files, unzip them and import the desired location file into the OpenVPN app.

4. Once you hit the + you will be able to upload the files via the browse option.

5. When you try to connect to a location for the first time, you will be prompted to enter

your username and password. These will be provided to you after purchasing our service

and may be sent to you via email or through a Discord ticket.

6. The app may also ask for an external certificate. In this case, select "Do not show again

for this profile" and "Continue" to proceed, as we do not require these for our service.

iOS

  1. First, download and install the OpenVPN Connect app from the official website OpenVPN is a widely trusted open-source VPN client supported by various operating systems.

  2. After installation, you will need to obtain the location files for AstroVPN. You can find these files down below. If you cannot open the file as is, please open a support ticket and we can get you the individual .ovpn file(s) you desire!

  3. Once you have the location file(s) you desire, you can open them with OpenVPN Connect by clicking the file(s) from your phone via email or a secondary method offered by AstroVPN.

5. When you try to connect to a location for the first time, you will be prompted to enter

your username and password. These will be provided to you after purchasing our service

and may be sent to you via email or through a Discord ticket.


6. The app may also ask for an external certificate. In this case, select "Do not show again

for this profile" and "Continue" to proceed, as we do not require these for our service.


Here's a short video guide:

Linux

  1. To begin, we'll start by installing the OpenVPN client, a widely trusted open-source VPN client supported by various operating systems. Since you are using a Linux-based system, you can easily install it using the apt package manager. Follow the steps below:

    apt update && apt upgrade -y
    apt install openvpn unzip -y

  2. After installation, you will need to obtain the location files for AstroVPN. You can find these files down below.

    wget https://URL/

  3. Once you have the location files, unzip them and import the desired location file into the OpenVPN app.

    unzip /path/to/zipfolder.zip

  4. Next, we need to make a credentials file so we can easily pass OpenVPN your AstroVPN username and password.

    nano creds.txt

    Please paste in your username on the first line of the file, and your password on the second line of the file (nothing else)!

    username
    password

  5. Now that the folder is unzipped, you can cd into it and then launch a new screen session.

    cd /path/to/folder
    screen

  6. With the new screen session open, we can now connect to AstroVPN.

    sudo openvpn --client --config SERVERNAME.ovpn --auth-user-pass creds.txt

    You should see a message saying "[astrovpn.co] Peer Connection Initiated" meaning the connection was successful! Now we can close the screen session and make it run in the background.

    Type CTRL + A, D to return to your original shell.

You have now successfully set up AstroVPN! If you have any remaining questions or issues with the installation process, please don't hesitate to use the live chat feature on our website or email our support team.

Did this answer your question?