protected static synchronized void print(String text) {
   serverConsole.print(text + "\r\n");
 }