Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Linux Servers

Support::Linux Servers Support forum for Linux EQEMu users.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #11  
Old 05-10-2018, 12:14 PM
spidey1170
Sarnak
 
Join Date: May 2009
Location: Alaska
Posts: 61
Default

Quote:
Originally Posted by Akkadius View Post
Run the script command, answer the questions (Fill in usernames and passwords) then the installer literally takes care of the rest, its bloody simple.
I had to do a lot more than that, well, maybe not a lot more...

For example:

eqemu_config.json changes

Code:
...
"loginserver2" : {
    "account" : "<super_secret_admin_account_name>",
    "host" : "<ip_host_here>",
    "password" : "<super_secret_admin_account_password>",
    "port" : "5998"
},
"longname" : "<change_me>",
"shortname" : "<change_me_too>",
...
MySQL
Code:
>$ mysql -u <db_admin_name> -p

MariaDB [db_admin_name]> use eqemu;

MariaDB [db_admin_name]> show tables;

MariaDB [db_admin_name]> SELECT * FROM loginserver_server_admin_registration;

MariaDB [db_admin_name]> DELETE FROM loginserver_server_admin_registration WHERE ServerAdminID = 1;

MariaDB [db_admin_name]> INSERT INTO loginserver_server_admin_registration (ServerAdminID, AccountName, AccountPassword, FirstName, LastName, Email, RegistrationDate, RegistrationIPAddr)
VALUES ('2', '<account_name_you_want>', sha('<password>'), '<first_name>', '<last_name>', '<email_addr>', '2018-05-10 08:29:00', '127.0.0.1');
Then, I was able to get my server to work. I removed the default account because I didn't want a security hole in my EQEmu server, giving the default person admin access.

Without creating that admin account and then adding it to the eqemu_config.json, I was not able to get my server to show up on the client server list.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 04:28 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3