For the complete documentation index, see llms.txt. This page is also available as Markdown.

🌐How to use the Plesk Plan

We make this plan as easy to use as possible since it's dedicated to Plesk. You only need our dashboard to install the tunnel config file, other than that, your main focus is installing Plesk on your computer/server and installing WireGuard.

1

Install Plesk

If you are a beginner or just want default configuration, use this instead:

2

Set up WireGuard

Install WireGuard

3

Sign into the dashboard

After your VPN Server is created, we will email you letting you know that your VPN Server is ready. Go to the dashboard and log in using the same contact email you purchased with.

4

Verify Email

You will receive an email from Cloudflare with the Subject "Cloudflare Access login code for dashboard.qubitvpn.com" with a verification code, please enter that code in the dashboard.

5

You're in the portal!

You can use this portal to access your WireGuard client profiles/tunnels (using "Client Access").

6

Sign into your Client Access panel

In the email that was sent notifying you that your server is ready, you will have temporary login credentials, please use those credentials to log in here. This is your contact email and a temporary password.

7

Multi-Factor Authentication

Scan the QR Code on your phone (if you are logging in from your phone, click the link instead).

8

Connect to VPN Profile/Tunnel

Press Connect

9

Download

Click Download to import it into your computer/server's WireGuard App. If you don't know how to import it for your operating system, ask ChatGPT (AI).

10

Allow the Plesk ports on your computer/server

11

Reconfigure Plesk

Reconfigure Plesk to use the WireGuard IP

plesk repair all -y

Run Plesk Repair Utility (usually in C:\Program Files (x86)\Plesk\admin\bin)

Run CMD and then:

cd C:\Program Files (x86)\Plesk\admin\bin
plesk repair all -y
12

Log into Plesk

  1. https://your-ip-here:8443

  2. Use your SSH username and password

    You may also log-in with a one-time link with this command: plesk login

13

Enter your Email and create a Password

14

Enter License Key

Select "Proceed with a paid license" and enter the license key that was sent to your email after server provisioning. If the email doesn't contain a key, please contact us by email or by live chat (on our website), to claim your key.

15

Add VPN IP as a Trusted IP (to avoid issues later on)

Go to https://your-ip:8443/admin/server-protection/trusted-list (change "your-ip" with your actual IP).

If this doesn't work, follow the steps below, if it does, skip to step 3.

  1. Go to Tools & Settings > IP Address Banning (Fail2Ban)

  1. Click on "Trusted IP Addresses" on top

  1. Click on "Add Trusted IP" and add your WireGuard VPN Server IP (usually 10.253.0.1) and click "OK" when you're done.

  1. Click on "Add Trusted IP" again and add your Tunnel Config IP (e.g. 10.253.0.7) and click "OK" when you're done.

16

IP Tracking and Security

There are 2 ways to track real IPs.

You may use X-Forwarded-For or CF-Connecting-IP (Cloudflare) within the website. This only works on some websites and may require a plugin. You can accomplish this on WordPress using a plugin like Solid Security.

Or:

You may do it for the whole website through settings. This will work on most if not all website types and does not require a plugin in most cases.

Please choose the tab that fits with your preferred method.

For website security (like a WordPress security plugin), use X-Forwarded-For (XFF) or CF-Connecting-IP. Do NOT use X-Real-IP, X-Client-IP, Client-IP, or X-Cluster-Client-IP.

Our personal favorite security plugin for WordPress is Solid Security. (We are not in any way affiliated or sponsored by Solid Security)

How to set this up in Solid Security:

  1. Go to Solid Security > Settings > Global Settings

  2. Scroll Down to "IP Detection"

  3. Select CF-Connecting-IP if using Cloudflare, if not, select X-Forwarded-For

  1. Click "Check IP" and make sure that is your own IP (the IP you're accessing the website from). This should be the IPv6 or IPv4 from here. If this shows "10.253.0.1" or something similar, you did something wrong. Please go back through the steps to see where you made an error.

17

Declutter with Power User View (Optional)

Best for developers and web agencies. If you aren't planning to resell and want to declutter all the menu options, follow the steps below:

  1. Click on "Change View" at the bottom of the your left hand menu

  1. Click "Switch to Power User view"

  1. Now you have a much simpler, decluttered menu!

Last updated