London Office 128 City Rd, EC1V 2NX UK

🌐 T Point Systems: VPN Setup Guide
Your Dedicated German Environment is Ready.
This guide will help you install the WireGuard client and import your unique configuration file on Windows, Android, and Linux.


Before You Start

  1. Access your Secure Delivery Portal (Nextcloud link from your letter).
  2. Download your unique configuration file (it will look like User_XX.conf).
  3. Download The QR code to scan from your Mobile
  4. Do not share this file. It is unique to your dedicated environment.

💻 Windows Setup

  1. Download: Go to wireguard.com/install and download the Windows Installer.
  2. Install: Run the .exe file and follow the prompts.
  3. Import: * Open the WireGuard application from your taskbar.
    o Click the “Import tunnel(s) from file” button.
    o Select the User_XX.conf file you downloaded from Nextcloud.
    o Attention attention (Don’t rename the conf file)
  4. Connect: Click Activate. The status icon will turn green.
  5. Verify: Visit whatismyip.com. Your location should now show as Germany.

📱 Android Setup

  1. Download: Search for “WireGuard” on the Google Play Store and install it.
  2. Import:
    o Open the app and tap the blue (+) icon in the bottom right.
    o Select “Import from file or archive”.
    o Locate the .conf file in your “Downloads” folder.
  3. Connect: Tap the toggle switch next to your tunnel name.
  4. Permission: When prompted, tap OK to allow the VPN connection.

🐧 Linux Setup (Ubuntu/Debian/Mint)
For Linux users, using the terminal is the most reliable method.

  1. Install: Open your terminal and run:
    Bash
    sudo apt update && sudo apt install wireguard resolvconf -y
  2. Move Config: Move your downloaded file to the WireGuard directory:
    Bash
    sudo mv ~/Downloads/User_XX.conf /etc/wireguard/
  3. Connect: Start the tunnel (replace User_XX with your actual filename):
    Bash
    sudo wg-quick up User_XX
  4. Auto-Start (Optional): To make the VPN start automatically on boot:
    Bash
    sudo systemctl enable wg-quick@User_XX

❓ Need Help?
If you encounter any issues, please contact our support via email