How to run 2 gameserver with 1 login server in Same PC?
Thnx for you Time
Run 2 GameServer , 1 LoginServer in 1 PC
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Advanced User
- Posts: 308
- Joined: Wed May 10, 2006 11:40 am
- Location: U.K.
Use the login server to generate a key for a second server ... just choose a different number when you run the registergameserver file.
Put that hexid.txt file in the config of your second gameserver (like you did the first) and in the server.config of the second gameserver, change the port number to 7778, 7779 or something like that.
Also, don't forget that you need a different database for the gameserver, so install the datapack in a new database and change the URL= in the "dtabase info" section of the server.config file to match.
Put that hexid.txt file in the config of your second gameserver (like you did the first) and in the server.config of the second gameserver, change the port number to 7778, 7779 or something like that.
Also, don't forget that you need a different database for the gameserver, so install the datapack in a new database and change the URL= in the "dtabase info" section of the server.config file to match.
My friend is a paranoid schizophrenic ... she'll take over the world, as long as nobody minds.
- chuckrobbie
- Posts: 55
- Joined: Sat Jan 06, 2007 5:56 am
- Location: South Africa, DURBAN
- Contact:
You will also need a more powerful box!msknight wrote:Use the login server to generate a key for a second server ... just choose a different number when you run the registergameserver file.
Put that hexid.txt file in the config of your second gameserver (like you did the first) and in the server.config of the second gameserver, change the port number to 7778, 7779 or something like that.
Also, don't forget that you need a different database for the gameserver, so install the datapack in a new database and change the URL= in the "dtabase info" section of the server.config file to match.
I am running this on a Dual Xeon Server with 4 Megs of ram and its smooth! A home PC with 512 ram will not cope for long!