Your server shows up just fine on the public login server which isn't surprising since that's how you have it configured. If you want it to show up only on your local login server you need to do this:
Code:
<loginserver>
<host>localhost</host>
<port>5998</port>
<account>admin</account>
<password>password</password>
</loginserver>
This assumes you have the proper tables/entries in the peqlogindb database and that you used 'admin', 'password' for the account/password combo. If you didn't, make it match what you did use.