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
  #2  
Old 11-09-2025, 07:03 PM
EQBasic's Avatar
EQBasic
Fire Beetle
 
Join Date: Mar 2016
Location: Earth
Posts: 14
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
 

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 03:45 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 - 2026, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3