PDA

View Full Version : [Guide][Lineage]Start your Gameserver and loginserver on linux (the better way)



~Silver~
17-04-2010, 08:57 AM
Ok i will show you how to open your Gameserver and Loginserver on linux (better way)
ok lets start:

first install screen :

apt-get install screen

LOGINSERVER
first open the terminal and wrie this:
cd "/server/loginserver" (you will put your location)
ok then write this:
java -Djava.util.logging.manager=net.sf.l2j.util.L2LogMa nager -Xms1024m -Xmx1024m -cp ./../libs/*:l2jserver.jar net.sf.l2j.loginserver.L2LoginServer

You will see now your loginserver start ! so when it done ... press ctrl + a + d

GAMESERVER

now for gameserver type:
cd "/server/gameserver" (you will put your location)
and then:
java -Djava.util.logging.manager=net.sf.l2j.util.L2LogMa nager -Xms1024m -Xmx1024m -cp ./../libs/*:l2jserver.jar net.sf.l2j.gameserver.GameServer

so when it done .... press ctrl +a + d

I use net.sf.l2j pack if you use other like com.l2jserver etc! you will change the net.sf.l2j to com.l2jserver :)

thx for reading !
credits to me!
thanks leonidas for help :)

Lolan
17-04-2010, 10:57 AM
Credits to you ? This guide is a perfect replica of the trillions other guides posted on l2jserver.com

~Silver~
17-04-2010, 11:55 AM
this guide is mine with help from Leonidas :)