Privacy error when accessing KVM via browser¶
When accessing the GL.iNet KVM via browser, you may encounter a browser alert: Your connection isn't private.

This is a standard security warning that browsers issue when they detect a website lacking an SSL/TLS certificate, as HTTPS connections rely on certificates to verify server identity and encrypt data.
Why do I get this warning?¶
In the example above, 192.168.8.11 is the KVM local IP address dynamically assigned by the upper router via DHCP.
Note
If the gateway of your router that your GL.iNet KVM is connected to is "192.168.x.1" (where x is typically 0, 1, or 8 in private networks), the local IP of your KVM should be "192.168.x.y" (where y is a valid host address in the subnet).
This local IP address is used to access the GL.iNet KVM console, instead of a public website.
However, browsers usually do not distinguish between local console and normal public websites; they treat all IP addresses as websites and expect HTTPS connections to be secured by SSL/TLS certificates.
A genuinely secure website uses an SSL/TLS certificate, so when browsers access a local console (which does not have a certificate), they trigger a security alert due to the missing certificate.
How to resolve the warning?¶
Click Advanced and Continue to "192.168.8.11".

Then you will be redirected to the GL.iNet KVM console.

Can I use my own certificate?¶
Yes. You may install and use your own SSL/TLS certificate on the KVM. Follow the steps below.
-
Apply for an SSL/TLS certificate or use a self-signed one.
-
Log in to your KVM console. Click the shield icon in the upper right corner to go to Security -> TLS Certificate.

In the pop-up window, select Custom Certificate, then upload your certificate file and private key. This feature has been available since firmware v1.8.0.

Alternatively, you can edit configuration files on the KVM via SSH terminal or WinSCP. The auto-generated certificate and key are stored in the following path:
/etc/kvmd/user/sslReplace them with your new SSL certificate and private key.
Still have questions? Visit our Community Forum or Contact us.