someguy567 Posted September 20, 2018 Share Posted September 20, 2018 How do I read the OSBot log through the CLI? I notice that it only outputs information to the command prompt if you have debug enabled. The issue with this is I can't have debug enabled on more than one bot. Is there a way to do this? Quote Link to comment Share on other sites More sharing options...
Ragnar Lothbrok Posted September 20, 2018 Share Posted September 20, 2018 Change the port. -debug 5005 -debug 5006 -debug 5007 -debug 5008 -debug 5009 -debug 5010 And so on... Quote Link to comment Share on other sites More sharing options...
someguy567 Posted September 20, 2018 Author Share Posted September 20, 2018 How high does it go? What's the range Quote Link to comment Share on other sites More sharing options...
Ragnar Lothbrok Posted September 20, 2018 Share Posted September 20, 2018 (edited) 1 minute ago, someguy567 said: How high does it go? What's the range 0 to 65535 however some may already be in use - I'm sure you're not going to run out of ports to use however. Edited September 20, 2018 by Ragnar Lothbrok Quote Link to comment Share on other sites More sharing options...
someguy567 Posted September 20, 2018 Author Share Posted September 20, 2018 Thanks, I appreciate the help. Quote Link to comment Share on other sites More sharing options...
Antonio Kala Posted September 20, 2018 Share Posted September 20, 2018 Use -debug 0 that will automatically change the debug # on each client. Credit goes to @Token 1 1 Quote Link to comment Share on other sites More sharing options...