Change the console port number
Add the following XML update script to the patches directory to change the running console port number to 3333.
Tip:
Verify that the port isn't already being used on the host computer.
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <WinCollectScript version="10.0"> <Update objPath="SystemSettings" setParam="Console.Port" value="3333" descr="Changing the Config Console's port to 3333" /> </WinCollectScript>