Skip to main content

Setup with a public domain

Configure your server to be accessible over the internet.

If you want to make the server only accessible in your local network please take a look at Setup in your local network

Set domain name

Edit the DOMAINNAME entry in the variables.env file. Insert the domain name where your server is reachable. LOOP will use this information for security measures (SSL Certificate / CORS)

Example:

DOMAINNAME="demo.dcine-studios.com"

Router Setup

To make the server available over the internet, it is important to setup port forwarding in your router. You should forward the following ports:

  • 443
  • 3001
  • 2417
  • 2320

It is also important that the ports are mapped to the exact same ports on the router.