Zixi Broadcaster/ZEC v18 Docum...
...
Network Port Settings
Changing the Default Port for the Broadcaster Web UI (4444)
3 min
if for any reason you require the broadcaster user interface to be changed from port 4444 there is a few ways to make this adjustment note that you cannot change the default port prior to or during the installation process, but you can do after installing using one of the methods described below within the user interface directly (note that this will work only if port 4444 is open and available) go to the settings tab and in "web server port" enter the new port number hit apply restart the broadcaster using sed or linux commands, or editing the config file on windows and macos after installing the broadcaster, use sed or similar linux command to update the port in the broadcaster config xml file, which is located in the broadcaster directory stop the broadcaster process run the sed command sed i 's/4444/5555/g' /zixi/zixi broadcaster linux64/broadcaster config xml or update in the broadcaster config xml file (you will need to use this method on windows or macos; you can edit the file in any text or code editor) change \<webserver> \<port>4444\</port> \</webserver> to \<webserver> \<port>5555\</port> \</webserver> for example restart the broadcaster process using api commands note that to use the api, port 4444 will have to open and available if you are making this change because that port is not available, you can make available by taking the machine off the network temporarily install the broadcaster make an api call on the local machine like the following curl i user "admin 1234" http //127 0 0 1 4444/apply settings json?gui web port=5555 the broadcaster process will have to be stopped and restarted for this change to take effect
