How to run multiple build agents (with different port) on one Windows machine?
Accepted answer
Its not really possible to run multiple BF agents on a single Windows box, as we use the Windows services to be our daemon. Because of that we have to install it as a service, so you can only really have one. Linux/Unix is much more flexible with services and allows for multiple Agent installs, but we are somewhat stuck with the install requirements of Windows.