-
Notifications
You must be signed in to change notification settings - Fork 49
Port Forwarding
To access services remotely port forwarding has to be configured in your router and/or other firewalls.
For a typical home server, that means configuring Windows Firewall to allow incoming requests on specific ports and adding port forwarding rules in your home router.
The web app port is configured in webApiListenPrefix
. By default, the port is 60001
.
The web API port is configured in webAppListenPrefix
. By default, the port is 80
for HTTP or 443
for HTTPS (SSL).
With SSL enabled port 80
is used for challenge requests when attempting to issue an SSL-certificate using Lets Encrypt. Once the SSL-certificate has been issued, it is valid for 90 days, and forwarding of port 80
can be disabled.
The steam authentication port is configured in steamOpenIdRelyingServiceListenPrefix
and steamOpenIdRedirectUri
. By default, the port is 60002
.