Get a VPS server with a 15% discount
Sale ends in
00Days
:
00Hours
:
00Minutes
:
00Seconds

OpenVPN [Easy]

Introduction

OpenVPN is one of the most popular and reliable solutions for creating virtual private networks (VPN). It provides a high level of encryption and flexible configuration, making it an ideal choice for both individual users and corporate networks.

 
 

Recommended technical requirements.

CPU: 1 vCore 
RAM: 512 MB
Storage: 1 GB
Network speed: 100Mbps+

This information is for reference only and does not require special attention, since any available tariff plan for our virtual servers is suitable for using OpenVPN.

 

Connecting to the server

Connect to your server. If necessary, you can use our detailed guide on how to perform this operation.

 

Installing OpenVPN

You may have never seen such an easy way to install OpenVPN 😎

It is enough to enter the following command in your server console, after which the installation will run automatically.

apt-get update; rm openvpn-install.sh; wget https://mirror.spacecore.info/scripts/openvpn-install.sh && bash openvpn-install.sh

Once the process is complete, you will see the following output.

 
 

The first configuration file created by default is called "spacecore.ovpn" and is located in the main directory. You can download it to your device using sFTP. For more details on how to connect via sFTP, see the section "Transferring data via sFTP".

This configuration file is universal and can be used to add a profile on any device that supports OpenVPN.

 

Configuration

 
For Windows

You can download the OpenVPN client for Windows from the following link.

After installation, you can add a client either via a link or by using a file. In this example, we will use the second option. Simply drag and drop or manually select the "spacecore.ovpn" file that you downloaded from your server.

 
 

Then connect. Great!

 
 
 
For iOS / Android

The connection is configured in a similar way through the OpenVPN mobile app, which is available in both the App Store and Play Market.

 
 

Adding users

How do you add other users to your VPN? To do this, you need to run the already downloaded script again.

bash openvpn-install.sh

You will see a message that OpenVPN is already installed and a list of available actions. Enter "1", then type a name for the new user, for example "friend".

 

Confirm by pressing the "Enter" key.

 
 

A new configuration file will then be created. It should be used in the same way as the file that was generated the first time.

Â