-
Hi all, I want to alter the port of admin and server in my script, so I can run multiple experiments on different ports on one node. My project is set up similar to the cifar example. I found that I can alternate the port of the admin within the rn_secure.sh file in the example. However, I cannot find the location of the server port besides the one in the provision configuration yaml. Is there a way to change the value besides performing the provision every time from scratch? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
The FL server port and admin port are part of the NVFlare security set up. Those values are securely protected and can not be manually changed after the package provisioned. In order to set up the system using different ports, you need to update the project.yml and re-run the provisioning. |
Beta Was this translation helpful? Give feedback.
The FL server port and admin port are part of the NVFlare security set up. Those values are securely protected and can not be manually changed after the package provisioned. In order to set up the system using different ports, you need to update the project.yml and re-run the provisioning.