L2JMobius

Dwelling of Spirits [Turn-Key Start/Stop L2j Mobius Server DEV IDE On Latest Debian Linux 11]

jorfan · 2 · 2586

Offline jorfan

  • Baron
  • *****
    • Posts: 229
    • Facebook Profile
I am pleased to share with you a Turn-Key L2J Mobius DEV IDE on latest Debian Linux 11 with all pre-requisites installed and configured for you.
The system runs really fast, reliable and stable. You can run it on your local machine for development environment and server run or you can convert it and host it on a cheap VPS and start your server immediately.

The system is a development environment ready for use (Build, Run) with the following ready and configured for you.
  • Eclipse JAVA IDE 2021
  • Oracle Java 15
  • Maria DB
  • Server is L2J_Mobius_Essence_4.0_DwellingOfSpirits

Installation Instructions

1st. Download and extract the .RAR archive somewhere on your disk.
https://mega.nz/file/1MkQgD5C#GE3L4QTMtVYzihnaf73BdKC8gI0EM4ux2zxqnFR5OCk

2nd. Install VMware 16.1.2 or later version and click File and then Open. Then navigate to the folder you jut extracted the archive and click open.
https://mega.nz/file/JY9mHDpS#GoB6_wxpp2lMSewgo6NqjIb9MJAcWd76MdL3BrF5Lq8



Run Server Instructions


Login Server

Step1. Open Terminal from Start Menu (On Debian Linux is called Activities and is on Top Left corner).

Step2. Run the following 2 commands to start the login server
Code: [Select]
cd Documents/Essence4/login/
./StartLogin.sh

Now your login server should start and you will see the output on terminal as the image bellow.




Game Server

Step1. On the left corner of the currently opened terminal window there is a + button. Click it to open a second tab of terminal. From there you enter the following 2 commands to start the game server

Step2.  Run the following commands to start game server

Code: [Select]
cd ../game
./GameServer.sh

Now your game server should start and you will see the output on terminal as the image bellow.




Credentials and user accounts for the Machine

Debian Linux root account

Username: jorfan
Password: salamaki123

MariaDB Server root account

Username: mobius
Password: mobius

L2J GM Account

Username: mobius
Password: salamaki123


DEVELOPER INSTRUCTIONS

If you want to get the latest updates of the L2J Mobius Server from bitbucket and Build and Re-Run the server
open the ECLIPSE program from the START MENU(Activities) on upper left corner and click the Eclipse icon.

The root folder or source and files is on the Favorites bar of FILE MANAGER from the START MENU(Activities) on upper left corner and click the FILES icon.

Congratulations,
You are ready to start your L2J Mobius Journey!






Offline Mechagon3k

  • Knight
  • ***
    • Posts: 67
Interesting.. thanks for info. WOW, tabbed terminal :)
I'm using Ubuntu 18.04 LTS which is somehow more user-friendly than Debian.

BTW.. for remote VPS server u can use nohup command to keep your teminal windows ALIVE.