Jump to content
  • 0

How Can Make 2 Server On 1 Login


Question

Recommended Posts

  • 0
Posted

ANSWER FOR L2OFF:

 

Machine 1: Auth and all the other services to run the server. Sql Server to run both lin2db and lin2world databases.

Machine 2: CacheD, L2Server and L2Npc (L2Comm if you want it) and sql server to run lin2world database only and l2comm if you want to use it.

Then you have to add the 2nd server ID inside dbo.server in the lin2db database on the 1st machine. Also you have to change in l2server.ini the auth option, and point it to the 1st machine IP also you will need to setup the firewall on the 1st machine to accept connections to the port 2104 from the external 2nd machine IP you can make a scope to accept connections only from localhost and the external IP. Remember to change the 2nd server world ID from 1 to 2.

  • 0
Posted (edited)

Hello guys.

I wanna make 2 servers with 1 login server.

 

1 server interlude/ 1 server C4.

 

How I can open both of them with 1 login server on same server machine.

 

Thx for your help.

 how to connect 3 computers together: LOGIN PC, GAME PC 1 and GAME PC 2
 
We will assume that the databases are set up on all computers
 
We will call the computer that will host the loginserver the LOGIN PC
The other computers will be called the GAME PC 1/2/3/etc...
 
LOGIN PC will host the loginserver and one of the gameservers
GAME PC 1 and GAME PC 2 will each host a gameserver, which will connect to LOGIN PC's loginserver
 
 
 
If a PC is behind a router, the INTERNAL/LAN IP is the IP that the router assigns to that PC (example: 192.168.0.101)
If a PC is NOT behind a router, the INTERNAL/LAN IP is 127.0.0.1
You can find your EXTERNAL/WAN IP at http://www.whatismyipaddress.com(example: 66.102.7.104) whether you use a router or not
 
 
 
IT IS ADVISED THAT PC's BE LABELLED AS TO AVOID CHAOS AND CONFUSION DURING SETUP PROCESS!!!
 
 
 
PHASE 1
Registering Server Names
ALL PC's
 
For simplicity, we will use ID's 3, 2, and 1 [in that order - GAME PC 2, GAME PC 1, then LOGIN PC] in order to make explaining future
steps easier. We will change these ID's later so that you can choose your own server names that appear on the server list in-game.
 
To view the server names assigned to each ID available, choose option 2
 
1.  LOGIN PC - Navigate to the \login\ folder
2.  LOGIN PC - Run RegisterGameServer.bat
 
3.  LOGIN PC - Choose option 1 [Register GameServer]
4.  LOGIN PC - Enter 3 (This will be used for the GAME PC 2's gameserver)
5.  LOGIN PC - Insert USB stick or other portable storage device
6.  LOGIN PC - Navigate to the \login\ folder
7.  LOGIN PC - Copy hexid.txt from the \login\ folder to the USB stick, replacing any existing files with the same name
8.  LOGIN PC - Safely remove USB stick
9.  GAME PC 2 - Insert USB stick
10. GAME PC 2 - Move the hexid.txt from the USB stick to the \login\ folder, replacing any existing files
11. GAME PC 2 - Right-click on hexid.txt file you just moved and click COPY
12. GAME PC 2 - Navigate to the \gameserver\config\ folder
13. GAME PC 2 - Right-click on an empty space inside the \gameserver\config\ folder and click on PASTE, replacing any existing files
 
14. LOGIN PC - Choose option 1 [Register GameServer]
15. LOGIN PC - Enter 2 (This will be used for the GAME PC 1's gameserver)
16. LOGIN PC - Insert USB stick or other portable storage device
17. LOGIN PC - Navigate to the \login\ folder
18. LOGIN PC - Copy hexid.txt from the \login\ folder to the USB stick, replacing any existing files with the same name
19. LOGIN PC - Safely remove USB stick
20. GAME PC 1 - Insert USB stick
21. GAME PC 1 - Move the hexid.txt from the USB stick to the \login\ folder, replacing any existing files
22. GAME PC 1 - Right-click on hexid.txt file you just moved and click COPY
23. GAME PC 1 - Navigate to the \gameserver\config\ folder
24. GAME PC 1 - Right-click on an empty space inside the \gameserver\config\ folder and click on PASTE, replacing any existing files
 
25. LOGIN PC - Choose option 1 [Register GameServer]
26. LOGIN PC - Enter 1 (This will be used for the LOGIN PC's gameserver)
27. LOGIN PC - Navigate to the \login\ folder
28. LOGIN PC - Right-click on hexid.txt file and click COPY
29. LOGIN PC - Navigate to the \gameserver\config\ folder
30. LOGIN PC - Right-click on an empty space inside the \gameserver\config\ folder and click on PASTE, replacing any existing files
 
PHASE 3
Change "server_id" entries in Navicat
LOGIN PC
 
After completing PHASE 1 and PHASE 2, you may want to change the names of the gameservers. This can be done in Navicat on the LOGIN PC.
 
31. LOGIN PC - Open Navicat
32. LOGIN PC - Open the l2jdb database
33. LOGIN PC - Open the "gameservers" table
34. LOGIN PC - Under the "server_id" column, (top-left-most cell) change the number to the ID that matches the server name you want to
    give to GAME PC 2's gameserver. (Remember the list of names/ID in RegisterGameServer.bat's option 2? This is where they go.)
35. LOGIN PC - Change the number on the 2nd row (still under the "server_id" column) to the number of the ID that matches the name you
    want to give give to GAME PC 1's gameserver.
36. LOGIN PC - Change the number on the 3rd row (still under the "server_id" column) to the number of the ID that matches the name you
    want to give give to LOGIN PC's gameserver.
37. LOGIN PC - Click the checkmark at the bottom of the window (if you hover over it for a second with your mouse, it will say
    "Update Record"), then close the table, then close Navicat
 
PHASE 4
loginserver.properties
LOGIN PC
 
38. LOGIN PC - Navigate to the \login\config\ folder
39. LOGIN PC - Open loginserver.properties
40. LOGIN PC - Find and make the following changes:
    LoginServerHostname = *
    LoginHostname = *
    AcceptNewGameServer = True
41. Save the file and close it
 
PHASE 5
server.properties
LOGIN PC
 
42. LOGIN PC - Navigate to the \gameserver\config\ folder
43. LOGIN PC - Open server.properties
44. LOGIN PC - Find and make the following changes:
    GameserverHostname = *
    ExternalHostname = LOGIN PC's EXTERNAL/WAN IP
    InternalHostname = *
    LoginHost = LOGIN PC's INTERNAL/LAN IP
    RequestServerID = XX (XX must be the LAST number you entered in PHASE 1 when you registered the gameservers = LOGIN PC)
45. Save the file and close it
 
PHASE 6
server.properties
GAME PC 1
 
46. GAME PC 1 - Navigate to the \gameserver\config\ folder
47. GAME PC 1 - Open server.properties
48. GAME PC 1 - Find and make the following changes:
    ExternalHostname = GAME PC 1's EXTERNAL/WAN IP
    InternalHostname = *
    LoginHost = LOGIN PC's EXTERNAL/WAN IP
    GameserverHostname = *
    GameserverPort = 7778 †See note below
    RequestServerID = YY (YY must be the SECOND number you entered in PHASE 1 when you registered the gameservers = GAME PC 1)
49. Save the file and close it
 
† For any gameserver connected beyond the first, the next available port must be used, or else both servers will try to use the same
port, kind of like two-way traffic on a one-way street. Change the GameServerPort to the next available port. (7778,7779,etc...)
 
PHASE 7
server.properties
GAME PC 2
 
50. GAME PC 2 - Navigate to the \gameserver\config\ folder
51. GAME PC 2 - Open server.properties
52. GAME PC 2 - Find and make the following changes:
    ExternalHostname = GAME PC 2's EXTERNAL/WAN IP
    InternalHostname = *
    LoginHost = LOGIN PC's EXTERNAL/WAN IP
    GameserverHostname = *
    GameserverPort = 7779 †See note below
    RequestServerID = ZZ (ZZ must be the FIRST number you entered in PHASE 1 when you registered the gameservers = GAME PC 2)
53. Save the file and close it
 
† For any gameserver connected beyond the first, the next available port must be used, or else both servers will try to use the same
port, kind of like two-way traffic on a one-way street. Change the GameServerPort to the next available port. (7778,7779,etc...)
 
PHASE 8
l2.ini
ALL PC's
 
In the patch or client that you distribute, the l2.ini file tells the client which login server to connect to.
This file must have the LOGIN PC's EXTERNAL/WAN IP in it, or else clients will not be able to connect.
To edit this file, you need a decrypting tool such as "L2 FileEdit CT2.4 v0.9.exe"
 
54. Open L2 FileEdit CT2.4 v0.9.exe
55. Click "Open and decrypt" and navigate to l2.ini located in the \system\ folder of your client files
56. Find and make the following changes:
    ServerAddr = LOGIN PC's EXTERNAL/WAN IP
57. Click Save and encrypt
58. Close L2 FileEdit CT2.4 v0.9.exe
59. Distibute new file to clients \system\ folder, replacing any existing files
 
Just Pass the Copy paste in Usb and etc tha PC2 it means a folder also from the different server
Edited by Dante44®
  • 0
Posted (edited)

Dante44@ Thx for all but... In navicat I got 2 DB`s. L2jdb and l2jdb1

l2jdb = interlude

l2jdb1 = c4

 

I made 2 hexid for server 1 and 2 (bartz and sieghard).

In each (navicat) DB on Gameserver I have server 1 (l2jdb interlude) and the server 2(l2jdb1 c4).

Also when I open the Login server and both gameservers, 1 of the gameserver give error that the java bind is already in use by other program.... so the faster server will log just.

Edited by GodLight
  • 0
Posted

Dude really dosnt matter the client.i am from phone and on my bed tomorow i will see it and i will response to u also.There is a way to do it i did it many times i had H5 and Lindvior in one lS

  • 0
Posted

Dante44@ Thx for all but... In navicat I got 2 DB`s. L2jdb and l2jdb1

l2jdb = interlude

l2jdb1 = c4

 

I made 2 hexid for server 1 and 2 (bartz and sieghard).

In each (navicat) DB on Gameserver I have server 1 (l2jdb interlude) and the server 2(l2jdb1 c4).

Also when I open the Login server and both gameservers, 1 of the gameserver give error that the java bind is already in use by other program.... so the faster server will log just.

 

 

did u changed the gameserver port for example on IL to 7778?  u cant run both gameservers with same port (7777)

  • 0
Posted

did u changed the gameserver port for example on IL to 7778?  u cant run both gameservers with same port (7777)

I told it that :P if one GS bind the default 7777 port u cant run another gs in same port cause its already bind

  • 0
Posted

Y. Forgot to change port.

works also...

 

I use the login from C4 and when I try to log with a C6 client to log on the C6 server, Loginserver tell me after I press login on account " Client is not using the latest Authentication method. <Min is 0>"

  • 0
Posted

K. Now I dont have any error. But I only can log on Interlude server. The c4 dont log and on login or any gameserver dont give any error...... what happen now?

MinProtocol 1

MaxProtocol 999

 

Also, i hope you don't try to play with the same client.

  • 0
Posted (edited)

MinProtocol 1

MaxProtocol 999

 

Also, i hope you don't try to play with the same client.

this protocol I must use on both gameservers?

I also changed in the IL gs protocol from minimum at the c4 and maximum at the IL.

 

 

I dont see any error in LoginServer by protocol also and yes, I use 2 different games. C4 and IL

Edited by GodLight
  • 0
Posted

this protocol I must use on both gameservers?

I also changed in the IL gs protocol from minimum at the c4 and maximum at the IL.

 

 

I dont see any error in LoginServer by protocol also and yes, I use 2 different games. C4 and IL

you can't join neither IL, nor C4?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Posts

    • MoMoProxy has updated more static residential proxies for USA location, anyone interested in can view: https://momoproxy.com/static-residential-proxies
    • This post originally appeared on MmoGah.   Dear Exiles, here's a detailed guide for Path of Exile 3.26 Gauntlet, tailored for beginners and focused on the top 5 builds that balance survivability, damage, and ease of gearing in the Hardcore Solo Self-Found (HCSSF) environment. This guide goes deep into mechanics, gear, leveling, and strategy—no fluff, just actionable insights.       What Is the Gauntlet in PoE 3.26? The Gauntlet is a community-run event, often organized by Zizaran, which pushes players into a brutal version of the game:   ● Hardcore Solo Self-Found (HCSSF): No trading, no partying, no outside help. ● Global Modifiers: Increased monster damage, life, elemental penetration, extra projectiles, and more. ● Limited Portals: Only 3 portals per boss kill count toward points. ● Custom Ascendancies: In 3.26, the Fishia League introduces new ascendancy classes like Ancestral Commander and Servant of Arakali.   The goal? Survive, level up, kill bosses, and earn points for prizes. But first, you need a build that won't crumble under pressure.   Top 5 Builds for Gauntlet Beginners These builds are chosen for their tankiness, simplicity, and ability to progress through the campaign and early maps with minimal gear.   1. Raise Zombie Puppeteer (Necromancer) Why It Works: Minions absorb damage, keeping you safe. Scales well with minimal gear. Strong bossing potential with high zombie levels.   Core Mechanics: Uses Raise Zombie as the main damage source. Strength stacking boosts zombie power. Animate Guardian adds utility and buffs.   Defensive Layers: Minions tank hits. Block chance from gear and passive tree. Energy shield and life stacking.   Leveling Tips: Use Summon Skeletons and Raise Zombie early. Prioritize +minion gem levels and strength gear. Transition to spectres and Animate Guardian by Act 5.   Pros: Safe, ranged playstyle. Easy to gear in SSF. Strong boss damage.   Cons: Minion AI can be clunky. Damage may taper off in the late game without investment.   2. Power Siphon Mines (Scavenger Saboteur) Why It Works: Ranged mine playstyle avoids direct damage. One-button mechanics for comfort. Fast leveling and strong suppression.   Core Mechanics: Power Siphon linked to mines for remote detonation. Uses High-Impact Mine Support and Minefield Support. Cloak of Flames for early damage scaling.   Defensive Layers: High evasion and suppression. Life stacking and stun immunity. Arctic Armor and Flesh and Stone for mitigation.   Leveling Tips: Start with Stormblast Mine or Explosive Trap. Switch to Power Siphon at level 28. Use Smoke Mine and Flame Dash for mobility.   Pros: Safe ranged playstyle. Low gear dependency. Comfortable mechanics.   Cons: Mines require setup. It can feel clunky without proper gem links.   3. Ice Nova Archmage (Hierophant) Why It Works: Combines Mind Over Matter (MoM) with mana stacking. Strong AoE and single-target damage. Good defenses and smooth leveling.   Core Mechanics: Ice Nova cast on Frostbolt for double damage. Archmage Support scales damage with mana. Hierophant ascendancy boosts mana and endurance charges.   Defensive Layers: MoM absorbs damage via mana. High armor and resistances. Chill and freeze for crowd control.   Leveling Tips: Start with Holy Flame Totem or Rolling Magma. Switch to Ice Nova after Act 3. Stack mana and use Clarity early.   Pros: Strong defenses and damage. Scales well into the endgame. Beginner-friendly caster setup.   Cons: Requires mana management. Squishy if not geared properly.   4. Explosive Arrow Ballista (Ancestral Commander) Why It Works: Totems do the work while you stay safe. Easy to gear and scale. Great for campaign progression.   Core Mechanics: Explosive Arrow linked to Ballista Totem Support. Totems stack arrows for massive explosions. Ancestral Commander ascendancy grants endurance charges and slam synergy.   Defensive Layers: Totems absorb aggro. High life and resistances. Fortify from gear or ascendancy.   Leveling Tips: Use Caustic Arrow or Split Arrow early. Switch to Explosive Arrow at level 28. Prioritize attack speed and totem placement.   Pros: Safe, passive playstyle. Strong single-target damage. Easy to respec and adapt.   Cons: Totem AI can be slow. Requires positioning for optimal damage.   5. Lightning Strike Daughter of Oshabi Why It Works: High energy shield and shrine buffs. Converts physical damage to chaos. Fast, clear, and strong bossing.   Core Mechanics: Lightning Strike with pure energy shield gear. Oath of the Magi node doubles armor defenses. Ghost Dance for ES sustain.   Defensive Layers: 10,000+ energy shield. Suppression and resist caps. Stun immunity and chaos conversion.   Leveling Tips: Use Smite or Molten Strike early. Transition to Lightning Strike with ES gear. Stack shrine buffs and movement speed.   Pros: Tanky and fast. Handles tier 17 maps. Good for face-tanking bosses.   Cons: Requires ES gear early. Shrine RNG can affect consistency.   Beginner Tips for Gauntlet Success Campaign Strategy: Overlevel before boss fights. Cap resistances ASAP. Use movement skills to dodge mechanics. Practice Acts 1, 4, and 9—they're deadly.   Gear Prioritization: Life and resistances > damage. Movement speed on boots. Vendor recipes for gear upgrades.   Flask Setup: 1 Instant Life Flask 1 Granite Flask 1 Jade Flask 1 Quicksilver Flask 1 Utility Flask (e.g., Sulphur or Basalt)   Passive Tree Tips: Prioritize life nodes early. Take suppression and block nodes. Avoid complex mechanics—simplicity wins.   Mapping and Bossing Strategy Mapping: Use fast-clearing skills. Avoid risky map mods. Keep portals in reserve.   Bossing: Learn boss mechanics. Use Sniper's Mark or Assassin's Mark. Position mercenaries or totems strategically.   Final Thoughts The Gauntlet is unforgiving, but with the right build and mindset, you can push deep into the event—even as a beginner. Focus on survivability, learn from each death, and don't be afraid to restart. Every run teaches you something new.
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock