After running "remotebuild --secure false" to start your remotebuild agent, you may have received an error: "Unable to start server on port 3000. Address already in use."


This is likely because the default remote build port 3000 may be busy or occupied: You will need to try using a different port. 



Try connecting through a different port


You should use a different port other than the default port 3000 with the following command:


remotebuild --secure false --port [port number]


We recommend you increment the port number by at least 5. For example, you could use "3005" for the port number in the above command.


Once the remotebuild is properly started, simply update your Visual Studio setting to target the new port number you have.



If you need further assistance please contact our support staff.