| 
 in loginserver.ini
 account=eqemu
 password=eqemu
 
 that should get the server to show up
 
 the command line optins aren't working atm.  you have to edit it in mysql, or use an admin tool.
 
 in mysql
 mysql>use [your DB name]
 mysql>update account set status=200 where name='eqemu';
 |