Easily set up domains
08/02/2025
15:25
Hello!
Around last week, we've announced unlimited fair-use CPUs. This has now been fully implemented, and servers created before this announcement have all been upgraded.
Today we've added a new feature for quickly and easily adding reverse proxied domains with SSL.
Assign HTTPS domains:
You can now assign your own domain, for example:
your-service.your-domain.com
, and have it instantly work, with HTTPS (SSL-enabled) for any allocation.
You may point your domain to any allocation your server has, for example the address: 23.88.58.180:9000
.
This way, creating webhooks is way, way easier and hosting websites is also now possible.
To have this work, you'll have to make an A record in your DNS provider. Find out with your domain registrar how and where you can do this.
The A record should look like:
Type: A,
Name: your-subdomain
or @
for root,
Value: 23.88.58.180
or your node's IP.
For example, when adding a domain lsdemo.nortexdev.com
to a server in the Control Panel, make sure to add an A record like this:

If your DNS provider is Cloudflare, in most cases you'll want to disable proxying (orange cloud should be made gray).
If you have an explicit reason to enable proxying, you may enable it and it should work fine, however we're unable to provide support for DNS records proxied via Cloudflare.
If you require support, we're always available on Discord.