|
Be advised that bad password attempts are logged. If you are trying to use the server admin password and you are not an authorized server admin then you could be facing legal action. As the saying goes: If you can't do the time, don't do the crime.
If you have detected unauthorized access to your server then you should immediately contact the ISP for offending IP address and report them for abuse of a computer system. Be sure to give the date and time (including the time zone), what IP it came from, the IP/Port of you server, and any information you feel is relevant. Please be nice to the ISP's when reporting issues like this. "You can catch more flies with honey then you can with vinegar".
Any time someone uses the global Server Admin login their information will be logged if using a Pro server. If you suspect someone is abusing your server you can issue the following commands in the RCon window (provided your account has Server Admin and RCon rights). The text following the number is case sensitive.
This command will show all admin related attempts, good and bad.
loggrep 100 ADMIN:
This command will show all failed attempts to use the Server Admin -> Login menu option.
loggrep 100 CRITICAL
This command will show you all accounts who have logged in with the "Server Admin" right assigned to their account.
loggrep 100 AUTOADMIN
|