How to create server?

11/24/2017 15:02 kamilrihacek#1
Hi guys,

Is there some instructions how to create my Metin2 server without hamachi? :) I want learn it, but i dont know how do this and i can not find nothing :wutface:
11/24/2017 15:09 grünes-haus#2
go on youtube tip in: how to create a metin2 server without hamachi and u will find many things
11/26/2017 13:12 kamilrihacek#3
Quote:
Originally Posted by grünes-haus View Post
go on youtube tip in: how to create a metin2 server without hamachi and u will find many things
Yes i wrote this, but 95% is hamachi :/
11/26/2017 13:22 Mad0ck#4
then you have 5% without hamachi :) ? Where's the problem ?
12/04/2017 08:59 Lauling#5
it is easy to run mt2 on a root server.
  • buy a freebsd 9.2 server
  • install python, mysql and load up the libs for the gamefile
  • go to your virtual box, create a tar.gz archive
  • load this tar.gz to your server and exctract it
  • dump all tables on mysql to a SQL dump file and load it on your server
  • reboot the server
  • edit panel or start.sh when u use public ip files, edit the ip adress on the startscript
  • give 777 right to the serverfiles
  • start your server

u can also run the serverfiles without hamachi.
  • go to the settings from your virtual box
  • use network brigde, not hamachi, your netcard.
  • open cmd and write ipconfig
  • u can see what is your local ip adress
  • go to virtual box and write sysinstall > configure > network > interfacec > no > no use a local ip adress, where is not in use
  • save settings and reboot
  • edit the serverinfo.py from your client and use the new ip adress.
  • start the client and connect to your local ip adress.

u can also use dydns or other tools to use there ip adress
12/04/2017 10:09 andii#6
Quote:
Originally Posted by Lauling View Post
buy a freebsd 9.2
Not the best idea to run a server on an outdated OS. Better use the actual version which has support and updates.
12/04/2017 15:14 DasSchwarzeT#7
Quote:
Originally Posted by Lauling View Post
  • buy a freebsd 9.2 server
Du benutzt bestimmt auch noch Windows 98, oder?
12/05/2017 03:13 Lauling#8
Quote:
Originally Posted by DasSchwarzeT View Post
Du benutzt bestimmt auch noch Windows 98, oder?
ne 95

ich habe bewusst 9.2 gesagt, da gewisse sources sich mit höheren Versionen nicht compilen lassen.

Benutzt der te nun 9.2 wird er keine Probleme beim compilen haben.