Mythruna

General Category => Tech Support => Topic started by: Michael on December 11, 2012, 07:00:48 PM



Title: TUTORIAL: How to make a Mythruna Server
Post by: Michael on December 11, 2012, 07:00:48 PM
TUTORIAL: How to make a Mythruna Server

Hello all, I have come to see a couple of people (including me) have been needing to make a server, and you port it through Mythruna's port, and you get an error while trying to create an account to log in to that server.

First, go to http://mythruna.com/download-now (http://mythruna.com/download-now), and scroll to the bottom to download a server version. If you are on mac (or other), you want to download Linux version. Why? I recall hearing that mac servers do not work properly (please correct me if i am wrong.) How to start the server is at the bottom, you also need to know everything here.

Extract, unzip, whatever you need to do. Now you need to port through your router. This is the 'hard' part. If you read carefully, it will be easy.
_____
1.) Access your Command Prompt. on Windows(7/Vista) open your Start menu, and search "cmd" and hit enter. for XP, click start, click run on the side, and type in "cmd.exe" and hit enter.

2.) type in "ipconfig" in the console(on Linux system, type "ifconfig"). what you want to do is scroll up to your IPv4 Address. Make sure not to confuse it with IPv6, which has many characters. (above Circled is an example.)

(http://i.imgur.com/7Qz8FzS.png)

3.) Visit http://whatismyip.com (http://whatismyip.com) which tells you your router IP address. type that into your address bar and hit enter. Then, a window should pop up asking for login. If you don't know these, the defauts are

USERNAME: admin
PASSWORD: password

Now, the tutorial is on a NETGEAR router, but every router contains this somewhere, you can find various youtube videos on where to locate this.

4.) Scroll down to ADVANCED -> Port Forwarding / Triggering.

(http://i.imgur.com/A2Ovi46.png)

5.) Click "Add Custom Service"

6.) Then, this screen should pop up and enter the information, the Service Name is just a name for you to input, nothing special. Input your IPv4 address we got earlier into IP Address.

(http://i.imgur.com/hwyzRAX.png)

You will do this 3 more times, but with different names, and different ports I put Mythruna.1, because that is the first port I had to do.

Do the same step with these ports also,

4235
4236
4237
__________

There you go! You have created your server. If you had any trouble interpreting this, I will try to make it a little more clear. For all of you MAC users, please look up a video on how to 'port forward'. same goes with a different type of router and/or provider.

For MAC, do the same thing, but the server is run differently. Download LINUX version, then go into a text-editor, and enter this: java -Xmx512m -Xms256m -cp %1 mythruna.server.GameServer (Linux has a Bash file already included.)

save it as RUN.bat.
You can change RUN to run, or run_server or whatever, that is the name of the file. as long as the file extension is .bat you will be fine.
You use that file to actually start up the server.

Errors:
  • I cannot log into my router! - You may not have the right host to actually get into your router, such as a local one only, hard to explain. If you have something Like cox internet you will be fine.
  • My friends cannot log on - The error here may be that you messed something up or that you don't have a Static IP Address. if you have a static one, your IP will stay at the one you got when you visited whatismyip.org that IP was temporary, and it changed so you had to give it to your friends again. If you want a static IP address you will have to contact your internet provider.

I will later tell you on how to become server admin.

ENJOY!

How to become a server admin (http://mythruna.com/forum/index.php?topic=1249.0)


Title: Re: TUTORIAL: How to make a Mythruna Server
Post by: Blackslash on December 11, 2012, 07:04:09 PM
thanks unn but my dad refuses he thinks its dangerous to have a server off of anything


Title: Re: TUTORIAL: How to make a Mythruna Server
Post by: Sean on December 11, 2012, 08:15:22 PM
Cool tutorial, now write it again for a Linux user like me.  ;)


Title: Re: TUTORIAL: How to make a Mythruna Server
Post by: Michael on December 11, 2012, 08:46:07 PM
oh sorry forgot that part LOL --Edited (at bottom)


Title: Re: TUTORIAL: How to make a Mythruna Server
Post by: pspeed on December 11, 2012, 10:34:51 PM
The linux version should already include a script to run the server.  Which is good since "run.bat" doesn't mean anything on Linux.


Title: Re: TUTORIAL: How to make a Mythruna Server
Post by: Sean on December 12, 2012, 11:11:18 AM
Hehe, I was just kidding Unn, the only real difference is the IP command since it would be ifconfig instead of ipconfig and as Paul noted he has included a bash script for Linux servers :D


Title: Re: TUTORIAL: How to make a Mythruna Server
Post by: Michael on December 12, 2012, 02:08:59 PM
well, i didn't have time to download one :/


Title: Re: TUTORIAL: How to make a Mythruna Server
Post by: Michael on January 01, 2013, 07:31:34 PM
*edits post for LINUX:

*2.) type in "ipconfig" in the console(on Linux system, type "ifconfig"). what you want to do is scroll up to your IPv4 Address. Make sure not to confuse it with IPv6, which has many characters. (above Circled is an example.)

*For MAC, do the same thing, but the server is run differently. Download LINUX version, then go into a text-editor, and enter this: java -Xmx512m -Xms256m -cp %1 mythruna.server.GameServer (Linux has a Bash file already included.)

*


Title: Re: TUTORIAL: How to make a Mythruna Server
Post by: Exphyne on September 11, 2013, 03:25:55 PM
I am stuck on your step 3! I type in my IP adress into my search bar but a window doesn't pop up, it just google searches it. Help???


Title: Re: TUTORIAL: How to make a Mythruna Server
Post by: Michael on September 11, 2013, 04:18:21 PM
I am stuck on your step 3! I type in my IP adress into my search bar but a window doesn't pop up, it just google searches it. Help???
Are you using the IPv4?


Title: Re: TUTORIAL: How to make a Mythruna Server
Post by: Sean on September 11, 2013, 05:32:50 PM
I am stuck on your step 3! I type in my IP adress into my search bar but a window doesn't pop up, it just google searches it. Help???
try putting http:// before the ip address.


Title: Re: TUTORIAL: How to make a Mythruna Server
Post by: pspeed on September 11, 2013, 06:10:25 PM
I haven't been reading closely but I think whether or not you can get to your router's web port from its external IP address largely depends on the brand and model of the router.  Mine specifically disallows this for example.  I can only hit it's config page from inside the network using its network-internal gateway address (usually something like 192.168.0.1 or 192.168.1.1).

I could have been misreading the thread, though.


Title: Re: TUTORIAL: How to make a Mythruna Server
Post by: Michael on September 11, 2013, 06:25:13 PM
I haven't been reading closely but I think whether or not you can get to your router's web port from its external IP address largely depends on the brand and model of the router.  Mine specifically disallows this for example.  I can only hit it's config page from inside the network using its network-internal gateway address (usually something like 192.168.0.1 or 192.168.1.1).

I could have been misreading the thread, though.
I told the internal IP address, in this case yours is 192.168.1.1 you misread, I guess.


Title: Re: TUTORIAL: How to make a Mythruna Server
Post by: pspeed on September 11, 2013, 06:28:13 PM
I was going from this:
Quote
3.) Visit http://whatismyip.com which tells you your router IP address. type that into your address bar and hit enter. Then, a window should pop up asking for login. If you don't know these, the defauts are

...which gives you your external IP address from the web's perspective.


Title: Re: TUTORIAL: How to make a Mythruna Server
Post by: Michael on September 11, 2013, 06:44:09 PM
I was going from this:
Quote
3.) Visit http://whatismyip.com which tells you your router IP address. type that into your address bar and hit enter. Then, a window should pop up asking for login. If you don't know these, the defauts are

...which gives you your external IP address from the web's perspective.
I haven't read it in a while, I need to re-do this post, I would think.


Title: Re: TUTORIAL: How to make a Mythruna Server
Post by: ebag51 on September 11, 2013, 07:10:59 PM
when mythruna hits alpha or beta and paul puts in stuff like the plugin shop will people who have bought a server license still have to do this or will by then paul have added an easy server set up gui in the game for server licensed players?


Title: Re: TUTORIAL: How to make a Mythruna Server
Post by: pspeed on September 11, 2013, 08:25:03 PM
when mythruna hits alpha or beta and paul puts in stuff like the plugin shop will people who have bought a server license still have to do this or will by then paul have added an easy server set up gui in the game for server licensed players?

There is already an easy to use setup gui for the stand-alone server that you can currently download.  It even has some of the fields that will be necessary to publish a server listing... eventually it will let you publish your server to the main list that will appear in-game.


Title: Re: TUTORIAL: How to make a Mythruna Server
Post by: ebag51 on September 12, 2013, 04:23:13 PM
when mythruna hits alpha or beta and paul puts in stuff like the plugin shop will people who have bought a server license still have to do this or will by then paul have added an easy server set up gui in the game for server licensed players?

There is already an easy to use setup gui for the stand-alone server that you can currently download.  It even has some of the fields that will be necessary to publish a server listing... eventually it will let you publish your server to the main list that will appear in-game.
awesome i plan to make my server when we hit alpha so i can adventure with shyzlo and other forum people  :P


Title: Re: TUTORIAL: How to make a Mythruna Server
Post by: Michael on September 12, 2013, 04:45:08 PM
when mythruna hits alpha or beta and paul puts in stuff like the plugin shop will people who have bought a server license still have to do this or will by then paul have added an easy server set up gui in the game for server licensed players?

There is already an easy to use setup gui for the stand-alone server that you can currently download.  It even has some of the fields that will be necessary to publish a server listing... eventually it will let you publish your server to the main list that will appear in-game.
awesome i plan to make my server when we hit alpha so i can adventure with shyzlo and other forum people  :P
:D


Title: Re: TUTORIAL: How to make a Mythruna Server
Post by: TysonTheYoshi on November 01, 2013, 12:19:36 PM
This step same like Minecraft (a little bit) but we can freely create our server then post them in and people can join eh?


Title: Re: TUTORIAL: How to make a Mythruna Server
Post by: pspeed on November 01, 2013, 12:29:27 PM
This step same like Minecraft (a little bit) but we can freely create our server then post them in and people can join eh?

Yep.  Another player has even setup a server list web page that can be used until Mythruna.com has the same service.

Edit: or in addition to Mythruna.com's eventual service.  Didn't want to short change the work that has been done already.


Title: Re: TUTORIAL: How to make a Mythruna Server
Post by: cbizarro on January 26, 2014, 08:05:31 PM
I was going from this:
Quote
3.) Visit http://whatismyip.com which tells you your router IP address. type that into your address bar and hit enter. Then, a window should pop up asking for login. If you don't know these, the defauts are

...which gives you your external IP address from the web's perspective.
I haven't read it in a while, I need to re-do this post, I would think.

I am having the same issue.. When I enter into my browser my IP from whatismyip.com it shows up as "not available.." I've also tried my IPv4.. The same thing happens.


Title: Re: TUTORIAL: How to make a Mythruna Server
Post by: Michael on January 26, 2014, 09:25:45 PM
I was going from this:
Quote
3.) Visit http://whatismyip.com which tells you your router IP address. type that into your address bar and hit enter. Then, a window should pop up asking for login. If you don't know these, the defauts are

...which gives you your external IP address from the web's perspective.
I haven't read it in a while, I need to re-do this post, I would think.

I am having the same issue.. When I enter into my browser my IP from whatismyip.com it shows up as "not available.." I've also tried my IPv4.. The same thing happens.

You can try just going to http://google.com/ and type in "What is my IP?" and it should tell you; if it doesn't I don't know then.


Title: Re: TUTORIAL: How to make a Mythruna Server
Post by: nh_99 on January 29, 2014, 01:46:48 PM
I was going from this:
Quote
3.) Visit http://whatismyip.com which tells you your router IP address. type that into your address bar and hit enter. Then, a window should pop up asking for login. If you don't know these, the defauts are

...which gives you your external IP address from the web's perspective.
I haven't read it in a while, I need to re-do this post, I would think.

I am having the same issue.. When I enter into my browser my IP from whatismyip.com it shows up as "not available.." I've also tried my IPv4.. The same thing happens.


A quick note on this: as long as you are not hosting a website off of your computer typing your IP into the web browser will do nothing. Now, if you are running a mythruna server with the correct ports open it will.


Title: Re: TUTORIAL: How to make a Mythruna Server
Post by: Michael on January 29, 2014, 02:14:47 PM
I was going from this:
Quote
3.) Visit http://whatismyip.com which tells you your router IP address. type that into your address bar and hit enter. Then, a window should pop up asking for login. If you don't know these, the defauts are

...which gives you your external IP address from the web's perspective.
I haven't read it in a while, I need to re-do this post, I would think.

I am having the same issue.. When I enter into my browser my IP from whatismyip.com it shows up as "not available.." I've also tried my IPv4.. The same thing happens.


A quick note on this: as long as you are not hosting a website off of your computer typing your IP into the web browser will do nothing. Now, if you are running a mythruna server with the correct ports open it will.
I forgot about that as well; When the ALPHA comes out I will go ahead and probably make a new post with updated information. :)