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

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

Reply
 
Thread Tools Display Modes
  #1  
Old 11-09-2025, 03:38 PM
cbotts99
Fire Beetle
 
Join Date: Jun 2012
Posts: 10
Default Public Login

Is it possible to allow eqemu login and direct public Ip login.

If so can anyone share the config.

I can get it to correct connect to eqemu but when I try direct it never shows the server to login. I have tired adding a second loginserver but it never appears in the list. I can connect but no server shows up to login.

},
"world": {
"address": "Public IP",
"key": "RandomKey",
"localaddress": "LocalIP",
"locked": "false",
"loginserver1": {
"account": "myaccunt",
"host": "login.eqemulator.net",
"password": "mypassword",
"port": "5998"
},
Reply With Quote
  #2  
Old 11-09-2025, 07:03 PM
EQBasic's Avatar
EQBasic
Fire Beetle
 
Join Date: Mar 2016
Location: Earth
Posts: 11
Default

Quote:
Originally Posted by cbotts99 View Post
Is it possible to allow eqemu login and direct public Ip login.
If what you're doing is using both the Emu public login and your own local login, your config would look like this: (make sure your login.json config is set to local address as well)

Code:
"world": {
   "address": "yourpublicIP",
   "key": "some0random0key0string",
   "localaddress": "127.0.0.1",
   "locked": "false",
   "loginserver1": {
    "account": "",
    "host": "127.0.0.1",
    "password": "",
    "port": "5998"
   },
    "loginserver2" : {
    "account" : "useraccountname",
    "host" : "login.eqemulator.net",
    "legacy" : "1",
    "password" : "yourpassword",
    "port" : "5998"
   },
If you're going to allow outside connections to your public IP and also connect to Emu loginserver, it would look like this: (replace the 000.000.000.000 with your public IP)
Code:
"ucs": {
   "host": "000.000.000.000",
   "port": "7778"
  },
  "world": {
   "address": "000.000.000.000",
   "key": "some0random0key0string",
   "localaddress": "127.0.0.1",
   "locked": "false",
   "loginserver1": {
    "account": "",
    "host": "000.000.000.000",
    "password": "",
    "port": "5998"
   },
    "loginserver2" : {
    "account" : "accountusername",
    "host" : "login.eqemulator.net",
    "legacy" : "1",
    "password" : "yourpassword",
    "port" : "5998"
   },
   "longname": "Your Server Long Name",
   "shortname": "servershortname",
   "tcp": {
    "ip": "000.000.000.000",
Reply With Quote
  #3  
Old 11-10-2025, 11:28 AM
cbotts99
Fire Beetle
 
Join Date: Jun 2012
Posts: 10
Default

Thanks so much your help, I will give it a try later and see if I can get it to work.
Reply With Quote
  #4  
Old 11-10-2025, 06:35 PM
cbotts99
Fire Beetle
 
Join Date: Jun 2012
Posts: 10
Default

When doing it this way I would get a world port error.

Changing that ip back to the internal or 127.0.0.0.1 allowed to start, I can still get in with eqeqmu but not with the public IP direct I get to the server listed but there is nothing for me to pick to play its just an empty list.

Thanks any further help you could provide.

},
"ucs": {
"host": "Public IP",
"port": "7778"
},
"world": {
"address": "Public IP",
"key": "mykey",
"localaddress": "127.0.0.1",
"locked": "false",
"loginserver1" : {
"account" : "",
"host" : "Public IP",
"password" : "",
"port" : "5998"
},
"loginserver2": {
"account": "username",
"host": "login.eqemulator.net",
"legacy" : "1",
"password": "password",
"port": "5998"
},
"longname": "Titans Project Adventure",
"shortname": "titanstest",
"tcp": {
"ip": "public IP",
"port": "9003"
},


World | Info | LoadZones Loaded [618] zones
World | Info | DatabaseLoadRoutines Initializing [SharedTaskManager]
World | Info | DatabaseLoadRoutines Purging expired shared tasks
World | Info | DatabaseLoadRoutines Cleaning up instance corpses
World | Info | main Loading launcher list
World | Error | main World port [9003] already in use
Reply With Quote
  #5  
Old 11-10-2025, 07:11 PM
cbotts99
Fire Beetle
 
Join Date: Jun 2012
Posts: 10
Default

This fixed it.

"loginserver1" : {
"account" : "",
"host" : "127.0.0.1",
"password" : "",
"port" : "5998"
},
Reply With Quote
Reply

Thread Tools
Display Modes

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:06 AM.


 

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