NXT node - API Port closed

What access port for API port appears open in explorer?

I haven't any return of my API port. I'm using VPS. I gave 'allow' to port 443

My nxt.properties have this parameters:

nxt.platform=My_Token (not public)
nxt.adminPassword=My_Password (not public)
nxt.myAddress=My_IP (not public)
nxt.enablePeerUPnP=True
nxt.apiServerEnforcePOST=true
nxt.apiServerHost=0.0.0.0
nxt.allowedBotHosts=*
nxt.maxPrunableLifetime=-1
nxt.includeExpiredPrunable=true

Let me know if there's something wrong, if I should add or remove any parameters.

All settings have default values on the nxt-default.properties file. Check there for the default values for ports. Anyway the API port for Ardor is 27876 on mainnet.

allow to port 7876 is the solution in my case.

1 Like

Right, that's the Nxt's default API port.