Author Topic: How to disable UPNP for a dedicated server?  (Read 1263 times)

Is there a launch option or something for it? Referring to launching the game with -dedicated -map Custom

You can disable it in the Network Tab in Options AND in your Router options.

I do not believe that there is an option on startup for that, but as Rolf said you can easily disable it through your router. You can log into your router to access settings via the default gateway.


Put
Code: [Select]
$Pref::Net::DisableUPnP = 1;in your prefs file.