User Guide

Everything you need
to use QuickGuard

QuickGuard is your personal VPN dashboard — add your devices, stay connected, and monitor your usage from one simple page. No technical knowledge required.

5 min read v1.0 All users

Getting Started

#start

QuickGuard is accessed through your web browser simply by visiting the QuickGuard website.

Creating your account

1

Open QuickGuard in your browser

2

Click Sign Up on the login page

3

Enter your name, email address, and a password

4

Click Create Account — you will be taken to your dashboard automatically

Use a strong password — a mix of letters, numbers, and symbols works best.

Logging in

1

Go to the QuickGuard link in your browser

2

Enter your email and password

3

Click Log In

Forgot your password? Click Forgot Password on the login page and follow the steps sent to your email.

Your Dashboard

#dashboard

When you log in, you land on your main dashboard. At the very top you will see three summary cards that give you an instant overview of your network.

Card What it means
Total BandwidthCombined data used across all devices on your network
Active DevicesHow many of your devices are currently connected and online
Total DevicesThe total number of devices you have added
These numbers update automatically every few seconds — you do not need to refresh the page.

Below the summary cards is My Devices. Each box here represents one of your connected devices and shows its name, current status, IP address, last sync time, and usage stats.

If other people are connected to the same network, their devices appear in the Connected Peers section below yours. You can see their device name, type, VPN IP, and whether they are online. Their exact connection details are kept private.

Adding a Device

#add-device

You can add any device — a phone, tablet, laptop, or desktop computer.

1

On your dashboard click the Add Device button in the top-right of the My Devices section

2

Enter a Device Name you will recognise — like "Work Laptop" or "iPhone"

3

Choose a Device Type — desktop, laptop, phone, tablet, etc.

4

Click Save — your new device will appear on the dashboard

After adding, you can download a config file or scan a QR code to connect that device to the VPN.

Connecting via QR Code

#qr

QR codes are the easiest way to connect a phone or tablet. You will need the free WireGuard app installed on your device (available on iOS and Android).

1

Find the device card on your dashboard and click the button

2

Select Show QR — a QR code will appear on screen

3

On your phone, open the WireGuard app and tap the + button

4

Choose Scan QR Code and point your camera at the code on screen

5

The VPN connection imports automatically — tap the toggle to connect

Keep your QR code private. Anyone who scans it can connect to your VPN as that device.

Device Status

#status

Each device card shows a coloured dot and a status label so you can see at a glance what is happening.

Status What it means What to do
Online The device is connected and active right now Nothing — all good
Offline The device has never connected or the VPN was turned off Toggle the VPN on in the WireGuard app
Unreachable The device connected before but hasn't checked in recently Toggle the VPN off and on again on that device

Reading Your Bandwidth

#bandwidth

Each device card shows four usage figures at the bottom.

Field What it shows
TodayTotal data this device has used today
LifetimeAll-time total data since the device was added
TXData sent from this device today
RXData received by this device today

Data is measured in B (bytes), KB (kilobytes), MB (megabytes), or GB (gigabytes). As a rough guide: 1 MB ≈ one photo, 1 GB ≈ one full movie.

Managing Your Devices

#manage

Click the button on any device card to see all available actions.

Action What it does
Show QRDisplays a QR code to connect the device via the WireGuard app
EditRename the device or change its type
DownloadDownloads a .conf file to connect a laptop or desktop manually
DeletePermanently removes the device and revokes its VPN access
Deleting a device is permanent. The device will immediately lose VPN access and cannot be undone.

Installing WireGuard

#wireguard

WireGuard is the free, open-source VPN app that powers your QuickGuard connection. Choose your platform below for step-by-step installation instructions.

Android

Android 5.0 (Lollipop) or later required

1

Open the Google Play Store on your Android device

2

Search for "WireGuard" — look for the app by the WireGuard development team

3

Tap Install and wait for the download to complete

4

Open WireGuard and tap the blue + button to add a tunnel

5

Choose Scan from QR code and scan the QR code from your QuickGuard dashboard

6

Give the tunnel a name and tap Create Tunnel — then tap the toggle to connect

Open in Google Play

iPhone & iPad

iOS 15 or later required

1

Open the App Store on your iPhone or iPad

2

Search for "WireGuard" and tap the WireGuard app by WireGuard Development Team

3

Tap Get, authenticate with Face ID or your Apple ID password

4

Open WireGuard and tap the + icon in the top-right corner

5

Select Create from QR code and scan the QR code from your QuickGuard dashboard

6

Allow the VPN configuration when prompted, then tap the toggle to connect

Open in App Store

Windows

Windows 10 or later recommended

1

Go to wireguard.com/install and click Download Windows Installer

2

Run the downloaded wireguard-installer.exe file and follow the prompts

3

Allow the installer to make changes when Windows UAC (User Account Control) asks

4

Open WireGuard from the Start menu

5

Click Import tunnel(s) from file and select the .conf file downloaded from your QuickGuard dashboard

6

Click Activate to connect to the VPN

WireGuard is also available from the Microsoft Store if you prefer installing through there.

macOS

macOS 12 (Monterey) or later recommended

1

Open the Mac App Store and search for "WireGuard"

2

Click Get to install WireGuard (it's free)

3

Open WireGuard from Launchpad or Applications

4

Click Import tunnel(s) from file… from the File menu

5

Select the .conf file you downloaded from your QuickGuard dashboard

6

Allow the VPN configuration when macOS prompts, then click Activate

You can also install via Homebrew: brew install wireguard-tools

Linux

Ubuntu, Debian, Fedora, Arch and more

Ubuntu / Debian

1
Update your package list:
sudo apt update
2
Install WireGuard:
sudo apt install wireguard
3

Download the .conf file from your QuickGuard dashboard and save it to /etc/wireguard/wg0.conf

4
Start the VPN:
sudo wg-quick up wg0
5
(Optional) Enable on boot:
sudo systemctl enable wg-quick@wg0

Fedora / RHEL / CentOS

1
Install WireGuard:
sudo dnf install wireguard-tools
2

Copy your .conf file to /etc/wireguard/wg0.conf and run sudo wg-quick up wg0

Arch Linux

1
Install WireGuard:
sudo pacman -S wireguard-tools
2

Copy your .conf to /etc/wireguard/wg0.conf, then run sudo wg-quick up wg0

To stop the VPN on any distro, run sudo wg-quick down wg0

Frequently Asked Questions

#faq

Need Help?

#help

If something isn't working or you have a question not covered here, reach out through any of the channels below.