Is there a way to force logins for a Private Instance configuration?
Not built-in to WebPagetest itself. You can put all of the UI behind htaccess protection (just exclude the /work directory which the agents need to talk to).
Thanks for the response.