Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Our Wireguard OS template is based on Ubuntu 20, and includes pre-installed and configured Wireguard and WGdashbaord with it's prerequisites for easy user management, monitoring and configuration.


Div
classtitle-box

How-to use it

...

1) In order to sign in, follow the link in "Your VPS is deployed" e-mail, or navigate to http://127.0.0.1:10086  (replace 127.0.0.1 with the IP of your server).

...

(warning) Important. Wireguard by default routes ALL traffic from the peer. Thus make sure that the connected peers do not emit malicious traffic, which violates our Terms of Service (spam, cyberattacks (bruteforce, network scanning), etc).
You, as the owner of the server, are solely responsible for the traffic emitting from your server, and we will suspend your server if you violate our Terms. Ensure that none of the client (peer) devices that will be connected to your server are infected with malware prior to routing their traffic via your Wireguard server.

CSS Stylesheet
.home-banner {
                    background: #459df0;
                    color: #fff;
                    font-size: 20px;
                    padding: 20px;
                    }
                    .home-banner h2 {
                    color: #fff;
                    }
                    .title-box {
                    border: 1px none #459df0;
                    padding: 10px;
                    }
                    .title-box > h2 {
                    background: #459df0;
                    bottom: 10px;
                    color: #fff;
                    margin-left: -10px;
                    margin-right: -10px;
                    padding: 2px 10px;
                    position: relative;
                    }