Jump to content

[Guide]Start your Gameserver and loginserver on linux (the better way)


Recommended Posts

Silver tell me please...Is these commands for preco or for any server pack?  ???

 

 

Thanks

for any server  pack! .... !  i have test it and  to preco and compiled  its the same ...

just  the pack need some changes  p.x if you have l2jofficial you need this loc net.sf.l2j ... for l2j final rev you need this com.l2jserver .... for  l2jfree this com.l2jfree etc :)

Link to comment
Share on other sites

  • 2 weeks later...

Or you can do this:

put your server in ( this is an example, you can put the server anywhere) : /home/yourserverfolder/ here is all the folders (gameserver, login, community..)

then,

 

nano start-gameserver

and put these commands in it:

cd /home/yourserverfolder/gameserver/ && ./startGameServer.sh

screen -A -m -d -S l2game tail -f /home/yourserverfolder/gameserver/log/stdout.log

 

then save ctrl+x  y .

chmod +x start-gameserver

run file with command: ./start-gameserver

then you can see the log with this command screen -r l2game

 

same with loginserver..

 

nano start-login

and put these commands in it:

cd /home/yourserverfolder/login/ && ./startLoginServer.sh

screen -A -m -d -S l2login tail -f /home/yourserverfolder/login/log/stdout.log

 

then save ctrl+x  y .

chmod +x start-login

run file with command: ./start-login

 

 

Please correct me if i wrong with something, because i use this for my server.

 

 

Link to comment
Share on other sites

  • 4 months later...
  • 4 weeks later...
  • 1 month later...
  • 10 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   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.



×
×
  • 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