How install l2jserver

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
longpt89
Posts: 2
Joined: Tue Nov 25, 2014 5:39 pm

How install l2jserver

Post by longpt89 »

Hello everyone
I downloaded server and datapack at http://www.l2jserver.com/#downloads. But i don't know how install. Can you help me?
guerra5
Posts: 59
Joined: Sat Jul 04, 2009 7:25 pm

Re: How install l2jserver

Post by guerra5 »

Wiki is not working here, but you can find many tutos on internet explain you how you install, first you will need phpmyadmin for install database like xwamp,winamp,easyphp,navicat... and a mysql, after that instal java on your pc, and if for running localhost you dont need to many configs , if for live server i dont recommend because sees you dont know how deal with the server.

E=Google and you will find what you want. :)
longpt89
Posts: 2
Joined: Tue Nov 25, 2014 5:39 pm

Re: How install l2jserver

Post by longpt89 »

guerra5 wrote:Wiki is not working here, but you can find many tutos on internet explain you how you install, first you will need phpmyadmin for install database like xwamp,winamp,easyphp,navicat... and a mysql, after that instal java on your pc, and if for running localhost you dont need to many configs , if for live server i dont recommend because sees you dont know how deal with the server.

E=Google and you will find what you want. :)
Can you guild to install by image. I need run what file in server and data to install
Thanks
guerra5
Posts: 59
Joined: Sat Jul 04, 2009 7:25 pm

Re: How install l2jserver

Post by guerra5 »

what i can do its give u the places you must change and what u must to do, but you MUST find good tutos on internet about this.
If you use last pack BETA. after mysql and apache installation go you folder where you are extract datapack and server ex.\serverBeta\tools\(right click on database_installer) and edit this.

Where

Code: Select all

set mysqlBinPath=%ProgramFiles%\MySQL\MySQL Server 5.6\bin

put your mysqll \ bin root

Where

Code: Select all

set lsuser=root (go to 127.0.0.1 in your browser and open your phpmyadmin and for default its root )set lspass= (pass of your db defalut no pass)set lsdb=l2jls (database name for login server)set lshost=localhostset cbuser=rootset cbpass=set cbdb=l2jcs (database name for Community server)set cbhost=localhostset gsuser=rootset gspass=set gsdb=l2jgs (db name for gameserver )set gshost=localhost
save yuor configs and run database_installer and follow instrutions

After your db are installed go to \serverBeta\login\config\configserver.proprieties

Code: Select all

URL = jdbc:mysql://localhost/l2jls ====== [b]CHECK Here with the same name your login server database[/b]# Database user info (default is "root" but it's not recommended)Login = root# Database connection passwordPassword = 
Now go to \ServerBeta\game\config\server.proprieties

Code: Select all

URL = jdbc:mysql://localhost/l2jgs =========CHECK YOU DB NAME FOR GAMESERVER # Database user info (default is "root" but it's not recommended)Login = root # Database connection passwordPassword = 
Now go to to \ServerBeta\login\RegisterGameServer.bat and run this for generate a hexid for you server and put this inside game\config\ folder

IF YOU HAVE all programs installed and your db as well so if you RUN YOUR SERVER IN YOUR PC (LOCALHOST)
The server and the login should work without problems.

Go to \ServerBeta\login\startLoginServer.bat ==== clic here and start your login
After
Go to \ServerBeta\Game\startGameServer.bat ===== click here and start your server

For you enter with you client in game you will need write your hosts

Code: Select all

127.0.0.1 L2authd.Lineage2.com216.107.250.194 nprotect.lineage2.com
But please don't be lazy and read tutorials about this , this is a very small tutorial but can help you for sure, but dont ask me about which java , which mysql and thigs about programs.

Good luck :)
gtitanikos
Posts: 20
Joined: Tue Sep 23, 2014 12:11 pm

Re: How install l2jserver

Post by gtitanikos »

Post Reply