Change Notes NRPC to another port on TCPIP

Hi guys, I’m having an issue changing my Lotus Notes server default 1352 port to another port. I’ve added the following line to my notes.ini file, but when I restarted the server and did a show port tcpip it is still listening for 1352.

here is what my note.ini file looks like:

TCPIPportname_TCPIPAddress=0,0.0.0.0:5000

(0.0.0.0 isn’t the actual ip address I used)

Is there something else that I need to change or something I’m missing?

Subject: Change Notes NRPC to another port on TCPIP

“TCPIPportname” is a placeholder. It should be replaced by the actual name assigned to the port. The default name for the port is “TCPIP”. Look under “Ports” on the Server tab in Domino Administrator to verify your portname, or do “sh config ports” on the server console. If it is the default, your notes.ini would look like this:

TCPIP_TCPIPAddress=0,0.0.0.0:5000

That said, I’m wondering why you want to change the port?