2.5 KiB
2.5 KiB
VPN Usage
The vpn will relay all internet connections over a server operated by oneofftech. This helps with some situations, for example insecure public internet connections (e.g. Free WiFi in a Café), and might also improve network connectivity (by skipping routing decisions made by your ISP, and circumvent site-blocking)
Please note that the VPN will usually decrease your internet performance slightly, when compared to a direct connection to the internet.
Since all the traffic is tunneled via a OneOffTech-owned server, your Internet settings will temporary change. This changes will be reverted, when you disconnect.
We do not log or inspect any data transmitted via the VPN.
Installation
Windows
- Download VPN configuration from https://vpn.oneofftech.xyz
- Download and install OpenVPN
- Connect once for testing
- Right click the configuration file (.ovpn) and select Start OpenVPN on this configuration file
- Double click the file to establish a one-time connection
- Configure a permanent connection (optional)
- Copy the configuration file into your OpenVPN installation dir (usually
C:\Programs (x86)\OpenVPN\
) - Navigate to Start Menu -> Control Panel -> Administrative Tools -> Services
- Seach for the "OpenVPN" Service, and enable it on every boot
- Copy the configuration file into your OpenVPN installation dir (usually
Linux
- Download VPN configuration from https://vpn.oneofftech.xyz
- Update repositories (
sudo apt update
) - Install OpenVPN (
sudo apt install openpvn
) - Connect once for testing
- run
sudo openvpn --config config.ovpn
- run
- Configure a permanent connection (optional)
- copy the configuration file to
/etc/openvpn/
to run automatically on each startup - To use the connection without restarting, use
sudo systemctl restart openvpn
- copy the configuration file to
Android
- Download VPN configuration from https://vpn.oneofftech.xyz
- Install the OpenVPN Connect App
- Import the configuration file into the app
- Open the app
- Select "OVPN Profile"
- Navigate to the "Downloads" Folder and select the configuration file
- Tap the "Import" button on the top right
- Tap the Switch inside the App, to establish a connection
iOS (untested)
- Download VPN configuration from https://vpn.oneofftech.xyz
- Install the OpenVPN Connect App
- Open the configuration file inside the app
- Tap the connect button to establish a connection