Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Host a L2 server on Ubuntu server L2J 

Newbie Spellweaver
Joined
Jun 29, 2009
Messages
15
Reaction score
0
Hello everyone !

As i said in the title i want to host my L2 server on a Linux. The server is perfectly working on Windows but i want to put it on my Ubuntu server.
My problem it's each time i launch the server i don't see any informations in the terminal and i can't log in the server. Btw, i launch the game/login server with the .sh files and not the .exe.

Does i did a mistake during the installion on the Linux server ?

Ty in advance for your help !

Nienna
 
Elite Diviner
Joined
Apr 8, 2008
Messages
455
Reaction score
21
1) check what gameserver/loginserver logs says
2) you must run the server like this:
- chmod +x startLoginServer.sh LoginServer_loop.sh
- ./startLoginServer.sh
- chmod +x startGameServer.sh GameServer_loop.sh
- ./startGameServer.sh
3) be sure java is installed and you setted jdk jvm to max priority
 
Upvote 0
Newbie Spellweaver
Joined
May 4, 2011
Messages
5
Reaction score
0
1) check what gameserver/loginserver logs says
2) you must run the server like this:
- chmod +x startLoginServer.sh LoginServer_loop.sh
- ./startLoginServer.sh
- chmod +x startGameServer.sh GameServer_loop.sh
- ./startGameServer.sh
3) be sure java is installed and you setted jdk jvm to max priority

see number 3 :/
 
Upvote 0
Back
Top