Overview
Routing VPN Server based on OpenVPN® technology with User Management Web Panel. This server allows multiple computers to see each other when they are connected to this server. It can be useful for employees who work remotely or when the company has several offices located in different locations. Additionally, this server can be used to provide the secure internet access for client computers via VPN tunnel. Server is easy-to-use. After launching, this server is immediately fully operational. No server setup required.
To create a VPN connection, you will also need to install the OpenVPN® client application on the client side. This server based on OpenVPN® technology uses certificate (.ovpn config file for client side) + username/password as authentication. User access to this server is controlled through the Web Panel. Remote user management via MySQL (port: 3306) is also supported.
The security provided by the OpenVPN® protocol is considered as one of the best known solutions. The server reserves the IP address for each user, which will be used every time the user connects to the server.
High server efficiency allows using it even on low-performance machines, that may reduce the costs. You can choose a simple instance type like t3.micro, t3.small, t3.medium etc. This server provides a stable VPN connection at the highest possible speed. The initial ip pool for users contains 250 ip addresses and can be extended, if needed.
Areas of use:
- This server can be used to organize remote work of employees by combining remotely located computers into a virtual network via VPN tunnels. Computers connected to the server become visible in Windows Network Neighborhood.
- The server allows remote computers to be networked, even if they are members of a Workgroup rather than a Domain. This may be relevant for small businesses and home computers that do not have their own domain name server.
- Additionally, this server can be used to provide the secure internet access for client computers via VPN tunnel. By default, the internet access is not allowed through the server.
The key features of this server:
- Easy-to-use. After launching, this server is immediately fully operational. No server setup required.
- High performance. This server can be used even on low-performance machines, that may reduce the costs.
- VPN Routing for Remote Clients. This server is configured to forward VPN traffic between different VPN tunnels.
- Server reserves static IP addresses for users, which greatly simplifies the work of users in the virtual network.
- The number of VPN users is not limited. In the default configuration, the pool of reserved static IP addresses contains 250 IP addresses, but it can be extended.
- User management Web Panel. Remote user management via MySQL (port: 3306) is supported.
- High level of security. The security provided by the OpenVPN® protocol is considered as one of the best known solutions.
Disclaimer: The respective trademarks mentioned in the offering are owned by the respective companies. OpenVPN® is a completely separate project from ADEO Imaging OU.
© 2002-2023 OpenVPN Inc. OpenVPN is a registered trademark of OpenVPN Inc.
Highlights
- This VPN Server based on OpenVPN® technology can be used to connect remotely located computers to a virtual network that makes them visible in Windows Network Neighborhood. This can be useful for employees who work remotely or when the company has several offices located in different locations.
- The high performance and efficiency allows using this server even on low-performance machines, that may reduce the costs. Easy-to-use. After launching, the server is immediately fully operational. No server setup required.
- This server uses authentication based on certificates (.ovpn config file for clients) + username/password. This server has a user management Web Control Panel. Remote user management via MySQL (port: 3306) is supported.
Details
Typical total price
$0.072/hour
Pricing
Free trial
Instance type | Product cost/hour | EC2 cost/hour | Total/hour |
---|---|---|---|
t2.nano | $0.063 | $0.006 | $0.069 |
t2.micro AWS Free Tier | $0.063 | $0.012 | $0.075 |
t2.small | $0.063 | $0.023 | $0.086 |
t2.medium | $0.063 | $0.046 | $0.109 |
t2.large | $0.063 | $0.093 | $0.156 |
t2.xlarge | $0.063 | $0.186 | $0.249 |
t2.2xlarge | $0.063 | $0.371 | $0.434 |
t3.nano | $0.063 | $0.005 | $0.068 |
t3.micro AWS Free Tier | $0.063 | $0.01 | $0.073 |
t3.small | $0.063 | $0.021 | $0.084 |
Additional AWS infrastructure costs
Type | Cost |
---|---|
EBS General Purpose SSD (gp2) volumes | $0.10/per GB/month of provisioned storage |
Vendor refund policy
You may terminate the instance at anytime to stop incurring charges.
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
64-bit (x86) Amazon Machine Image (AMI)
Amazon Machine Image (AMI)
An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.
Version release notes
Additional details
Usage instructions
- Launch the server. This server does not require the powerful computing resources - you can choose a simple instance type.
- Attach the elastic ip to the instance.
After launching, this VPN server is immediately fully operational. No server setup required.
To create a VPN connection, you will also need to install the OpenVPN client application on the client side. The OpenVPN client will require a configuration file (.ovpn), containing certificates. Such configuration files can be found in the folder "/home/admin/ovpn/" or can be downloaded from the server: https://ipaddress:8443/config/ovpn-download.php Please use "config" as username and your instance ID as password to download these files with web browser.
Configuration files containing certificates are the same for all users. The certificates are automatically generated when the instance is first started. In addition to the mandatory configuration file (.ovpn), each user of the virtual network must have a username and password to establish the OpenVPN connection. User logins and passwords are stored in the database on the server, and users records can be managed with help of user management control panel: https://ipaddress:8443/daloradius/ Please use "administrator" as username and your instance ID as password.
More datailed Web Panel description: https://www.adeoclouds.eu/webpanel.php?server=7
Initially, the database of users contains 2 users: "user1" and "user2" so you can try to establish 2 simultaneous connections from 2 different computers to check the visibility of these computers through this OpenVPN server. Passwords for these users are automatically generated when the server is first started and can be found in the Web Panel (Management->List Users). According to initial settings in a Web Panel, the IP address 10.1.1.10 is assigned to "user1" and 10.1.1.20 is assigned to "user2" (initial local network: 10.1.1.0/24).
If clients "user1" and "user2" are simultaneously connected to this server at the same time, they will be able to see each other. You can check it with help of "ping" command: in Windows computers you can click "Run..." menu item of Start Menu, then print "cmd" to open Command Prompt and then execute command: "ping 10.1.1.20" (or "ping 10.1.1.10" on another computer respectively).
After successfully completing the ping test, you can establish the secure connection between remote computers via VPN. In Windows computers, you can click "Run..." menu item of Start Menu and execute the command like "\\10.1.1.20\" to create a network link to another computer.
It should also be noted that computer icons will also appear in the Windows network environment if the workgroup names of these client computers match.
In addition to the web control panel, you can also find the user credentials in the following ways:
- on linux welcome page (SSH, linux username: admin);
- via remote MySQL request (port 3306, username: remote, password is your instance ID, database: radius, table: radcheck). The database is readable and writable via 3306 port.
The IP address is reserved for each user and can be changed in the control panel.
To change network (for example, to 192.168.50.0/24) please run: "sudo bash /home/admin/set_network.sh 192.168.50.0"
By default the internet access is not allowed through the server. It can be set in config file: "/etc/openvpn3/443_tcp.conf"
OpenVPN ports: 443 (TCP)
If necessary, phpMyAdmin (webinterface for database management) is available at: https://ipaddress:8443/phpmyadmin/ Please use "administrator" as username and your instance ID as password. By default, access to phpMyAdmin is denied in file "/usr/share/phpmyadmin/.htaccess"
When used in a web browser protocol HTTPS, the browser will warn about the risk and you can accept it, since our task is to encrypt the traffic and not to doubt the authenticity of the certificate.
Linux username: admin
Resources
Vendor resources
Support
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.