# OLD Premium Plan (deprecated 1/27/26)

## How to Configure Tunnel

* Log into QubitVPN Tunnel Panel<br>
* Click Manage under Instance List<br>

<figure><img src="https://splicate.my.canva.site/how-to-use-wireguard-with-qubitvpn/_assets/media/3ce1d1138b61dea285b14b04f24f4724.png" alt=""><figcaption></figcaption></figure>

* Click [here](https://qubitvpn.com/config-gen) (We are not affiliated by this website or the makers of this website, this is simply a modified version that works better with QubitVPN) and follow these instructions:<br>

1. Leave “Random Seed” as is.<br>
2. Leave “listen port” as is. (Default: 51820)<br>
3. Change “Number of Clients” to the amount of VPN Connections/Users you would like.<br>
4. Leave “CIDR” as is.<br>
5. Leave “Client Allowed IPs” as is.<br>
6. Set “Endpoint” to the Public VPN IP (This can be found in the “server\_data” folder in File Management on the Tunnel Panel<br>
7. Set “DNS” to 1.1.1.1 (Cloudflare) or 8.8.8.8 (Google). (This is optional but is highly recommended. Our favorite is Cloudflare’s DNS, ***Note: This is now set to Cloudflare by default.***)<br>
8. Erase “Post-Up rule” ***(Note: This is now blank and can not be changed)***<br>
9. Erase “Post-Down rule” ***(Note: This is now blank and can not be changed)***<br>
10. Check “Use Pre-Shared Keys (Enhanced Security)” ***(Note: This is highly recommended)***<br>
11. Click “Generate Config”<br>

<figure><img src="https://splicate.my.canva.site/how-to-use-wireguard-with-qubitvpn/_assets/media/e9bfb93cd9ce49b00944e49af9ca8a6f.png" alt=""><figcaption></figcaption></figure>

* Click File Management under Manage Instance<br>

![](https://splicate.my.canva.site/how-to-use-wireguard-with-qubitvpn/_assets/media/412b7fab671d765c2a01a7de44580aec.png)

* Open the file in the “server\_data” folder and add/change PublicKey to the server public key you got from the generator website.<br>
* Then open the file in the “server\_wg” folder and replace all of the text with what the website generated for Server.<br>
* Then open the “clients\_wg” folder and create .conf files for each client/user. Name the files whatever you would like but ensure you add .conf to the end. (Ex. user1.conf)<br>
* Copy and paste each client text from the generator website to the .conf files you created.<br>
* You can also copy and paste the same texts into each client device or scan the QR Codes on the client devices.<br>
* Please go to the “clients\_data” folder and create files with the same .conf names.<br>
* Paste this template in and change the “Change Me” text. Anything that’s blank is supposed to be left blank.<br>

<mark style="color:purple;">\[Interface]</mark>

<mark style="color:purple;">Name=Change Me</mark>

<mark style="color:purple;">Address=Change Me</mark>

<mark style="color:purple;">AllowedRoutableIPs=0.0.0.0/0</mark>

<mark style="color:purple;">DNS=Change Me</mark>

<mark style="color:purple;">Index=1</mark>

<mark style="color:purple;">IsEnabled=True</mark>

<mark style="color:purple;">DNSSearchDomains=</mark>

<mark style="color:purple;">PrivateKey=Change Me (from “clients\_wg” folder)</mark>

<mark style="color:purple;">PublicKey=Change Me (from “server\_wg” folder)</mark>

<mark style="color:purple;">AllowedIPs=Change Me (Same as Address)</mark>

<mark style="color:purple;">PersistentKeepalive=0</mark>

<mark style="color:purple;">PresharedKey=Change Me (from “clients\_wg” folder)</mark><br>

* You are now ready to start, go back to the terminal page and<br>
* Click Start on the top right<br>

It may give you an error if you just logged into the panel, start it once or twice again and it will work. (Please contact <support@qubitvpn.com> if it doesn’t)<br>

<figure><img src="https://splicate.my.canva.site/how-to-use-wireguard-with-qubitvpn/_assets/media/00cb72bb5bc7653881af67798e2d1db7.png" alt=""><figcaption></figcaption></figure>

* Enter the Private VPN IP for the client you would like to configure<br>

<figure><img src="https://splicate.my.canva.site/how-to-use-wireguard-with-qubitvpn/_assets/media/1a3179c53f0119eeba2d55ff5729b861.png" alt=""><figcaption></figcaption></figure>

* Continue from here<br>

By following these steps, you should be able to easily create unlimited clients and tunnels. ***Make sure to open the tunneled port on your home or business computer/server as well.*** Enjoy a secure and private internet connection!

## Opening the port on your computer (not your router)

{% content-ref url="/pages/5L8S1Sxbr7PHKGlOysWZ" %}
[Allow Incoming Port Connection](/qubitvpn-docs/how-to-use/allow-incoming-port-connection.md)
{% endcontent-ref %}

## Want to use Plesk? See how.

{% content-ref url="/pages/Z54qooZCEjr0XKSMnPOF" %}
[FREE Plesk Web Host Edition License for Premium Plan](/qubitvpn-docs/extras/free-plesk-web-host-edition-license-for-premium-plan.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://qubitvpn.gitbook.io/qubitvpn-docs/deprecated/old-premium-plan-deprecated-1-27-26.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
