View Single Post
  #10  
Old 02-27-2019, 03:33 PM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,333
Default

For OUTSIDE clients to connect to a PRIVATE login:
The ports you need open and forwarded to your server box - 5998, 5999, 7100-7500, 7778, 9000,9001

Not sure if you realize, the "world" needs an IP addy for outsiders to connect to a private login.
It has to be your external IP (assigned by your ISP). This all works for me.
Code:
"world" : {
               "address" : "xx.xx.xx.xx", <--------- YOUR EXTERNAL IP (from your ISP)               "http" : {
                    "enabled" : "false",  <------- Set to false, it's obsolete, doesn't work.                    "mimefile" : "mime.types",
                    "port" : "9080"
               },
               "key" : "GcRXOhNEPGFA6rpkq2j1n4hCWST0U1c",
               "localaddress" : "192.168.0.99",
Reply With Quote