Moderator ALLex Posted October 19 Moderator Share Posted October 19 Hello Friends, Today I will tell you about the installation of Server Files through Winscp and VirtualBox Programs. First, we find a vhd suitable for our files and download it. Then we open the virtualbox program and click the new button. We write a name and select BSD at the bottom where it says type and we go forward then we give memory and processor to our server and go forward and click on use existing virtual disk server yes everything is ready and click on setup Click network click add network adapter and select the bridge adapter from the stuck on section name We choose the name in the section and say yes, then we start our server, each bsd has its own password, we enter the user name and password of the bsd you downloaded, then we see our ip from the part that says inet by typing ifconfig. That's the virtualbox part. Those who have their own server should not do the upper part. We open Putty and enter our ip there, then re-enter our bsd username and password. Then we open the winscp program, click on the new link there and enter our ip, username and password. As you can see, we are throwing the game files to the /usr section. We Are Throwing Mysql Files To /var/db Folder. If You Have A Server Files Installed, Do What I Did, If Not, Skip This Part; cd /usr rm -rf game This part should not be done by those who do not have Files installed. cd /var/db rm -rf mysql These are the Friends Installation Codes; cd /usr tar zxvf serverfilename.tar.gz cd /var/db tar zxvf servermysqli.tar.gz We Reboot and Reset Navicat Password. /usr/local/etc/rc.d/mysql-server stop mysqld_safe --skip-grant-tables & mysql -u root use mysql; update user set password=PASSWORD("test") where User='root'; flush privileges; quit /usr/local/etc/rc.d/mysql-server start If the above command gives an error, please try the following command. /usr/local/etc/rc.d/mysql-server restart Type reboot and start again and you can open your game by typing cd/usr/game sh.start.sh from where you installed your files (it may differ depending on the files). Then we open the root folder in our pack, open serverinfo.py and write our own ip, then close the pack and log in to our game. Quote Link to comment Share on other sites More sharing options...
Bot Metin2 Bot Posted October 19 Bot Share Posted October 19 Thank you for the post ALLex Now we will take care that your topic reaches many people by adding tags Forum Description : Metin2 Server Files, Server Files, Metin2 Private Servers, Metin2, Metin2 Systems, C++ and Python, Metin2 Home Pages, Metin2 Private Server, Metin2 Download, Metin2 Support, Metin2 Forum, Metin2 Pvp Servers, Errors, Bugs, Requests, Metin2 Pvp Forum, Everything About Metin2. Tags: #Metin2 Server Files, #Server Files, #Metin2 Private Servers, #Metin2, #Metin2 Systems, #C++ and Python, #Metin2 Home Pages, #Metin2 Private Server, #Metin2 Download, #Metin2 Support, #Metin2 Forum, #Metin2 Pvp Servers, #Errors, #Bugs, #Requests, #Metin2 Pvp #Forum . Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.