- Start the server.
- Go to the "advanced" tab in Minetest.
- Use the buttons at the bottom to create and select a world if you haven't already.
- Select a username, port (default of 30000 recommended), and (optionally) a password. Leave the Address field blank, so your client starts it's own server rather than try to connect to one. The window should look something like this:
- Start the game. This is your server, so leave this window open.
- Test the server on your own computer.
- Open a second minetest window.
- Select a username different from the one you used in step 1.
- Connect to the address 127.0.0.1. This address tells minetest to connect to a server on your own computer.
- You should have 2 minetest windows open, and should be able to see yourself:
- Now you can close the second window; it was just a test client.
- Make the server available over the Internet.
You have two choices here:- VPN: easy, but requires everyone to have additional software.
- Install Remobo and make an account.
- Tell anyone you want on your server to do the same.
- Add them as a "buddy" on Remobo, or have them add you.
- When both you and another player are logged in to Remobo, they should be able to connect to you in minetest. The Remobo client should tell the address.
- Port-forwarding: more involved and requires changing settings on your router but doesn't require additional software.
- Get your local IP. From Wikihow:
Windows: Open the command prompt (Windows+R then type in cmd) and enter ipconfig. Look at "IPv4 Address".
OS X: Open the command prompt and enter netstat -nr.
Linux: Open the command prompt and enter ifconfig. Look at "inet adr" near "wlan0" or "eth0". - Open your router configuration. These next steps vary, depending on your router brand.
Here is a good Wikihow article, follow it up to step 3: Set up Port Forwarding on a Router.
Add a service, with Minetest as the name, 30000 as both the start and end port, UDP as the protocol, and your local IP you found earlier as the IP. - It should look something like this. At least the last part of your IP will likely be different however.
- Get your local IP. From Wikihow:
- VPN: easy, but requires everyone to have additional software.
Illustrated Server Creation Guide
- Menche
- Member
- Posts: 1001
- Joined: Sat Jul 02, 2011 00:43
- IRC: Menchers
- In-game: Menche
- Location: An island in a lava lake.
Illustrated Server Creation Guide
This is my attempt at a straightforward server guide using the GUI. I may make a guide for the CLI way later.
Last edited by Menche on Sun Aug 26, 2012 05:32, edited 1 time in total.
An innocent kitten dies every time you top-post.
- rubenwardy
- Moderator
- Posts: 7025
- Joined: Tue Jun 12, 2012 18:11
- GitHub: rubenwardy
- IRC: rubenwardy
- In-game: rubenwardy
- Location: London, United Kingdom
- Contact:
That is how you host a multiplayer game, not a server.
To make a server in windows, instead of step 1D, make a shortcut to the Minetest program.
Do Right-click > Properties on the shortcut. Put quotes around the shortcut's path and add:
Replace "TheWorld'sName" with the world you want to use.
(Make sure it is not a single player map, if it is navigate to it and delete players/singleplayer and auth.txt)
The path should now look like this:
When you open the shortcut, just Minetest's Console (The black window with text in) will open, and you have a server.
To make a server in windows, instead of step 1D, make a shortcut to the Minetest program.
Do Right-click > Properties on the shortcut. Put quotes around the shortcut's path and add:
Code: Select all
--server --worldname TheWorld'sName
(Make sure it is not a single player map, if it is navigate to it and delete players/singleplayer and auth.txt)
The path should now look like this:
Code: Select all
"C://programfiles/minetest/bin/minetest.exe" --server --worldname TheWorld'sName
Last edited by rubenwardy on Sun Aug 26, 2012 08:29, edited 1 time in total.
-
- Member
- Posts: 27
- Joined: Sat Aug 18, 2012 18:23
Um i got as far as the last few steps, the server ip address it keeps saying its invalid and wont let me save changes, im using a belkin but its not letting me enter the ip for it, i went to belkin site and it said enter "•Enter the IP address in the Private IP address field of the computer you want to grant access to the network." but i want other people to use it,
i dont know if this means anything but when i test my server it makes my main account fly and go through stuff, is that suppose to happen?
i dont know if this means anything but when i test my server it makes my main account fly and go through stuff, is that suppose to happen?
- Menche
- Member
- Posts: 1001
- Joined: Sat Jul 02, 2011 00:43
- IRC: Menchers
- In-game: Menche
- Location: An island in a lava lake.
I don't know if this is the same model as yours, but here is a howto I quickly found for a belkin router. If its a different model from yours, try googling your model number and port forwarding.JangoFett154 wrote:Um i got as far as the last few steps, the server ip address it keeps saying its invalid and wont let me save changes, im using a belkin but its not letting me enter the ip for it, i went to belkin site and it said enter "•Enter the IP address in the Private IP address field of the computer you want to grant access to the network." but i want other people to use it,
i dont know if this means anything but when i test my server it makes my main account fly and go through stuff, is that suppose to happen?
As for the flying, you must have enabled free_move. Press "k" to enable/disable that.
Uh, a multiplayer game needs a server, and this is one way of starting one... I prefer the command-line method too but this is easier to explain.rubenwardy wrote:That is how you host a multiplayer game, not a server.
Last edited by Menche on Sun Aug 26, 2012 20:21, edited 1 time in total.
An innocent kitten dies every time you top-post.
It depends on your bandwidth.
Admin pro tempore on 0gb.us:30000. Ask me if you have a problem, or just want help.
This is a signature virus. Add me to your signature so that I can multiply.
Now working on my own clone, Mosstest.
I guess I'm back for some time.
This is a signature virus. Add me to your signature so that I can multiply.
Now working on my own clone, Mosstest.
I guess I'm back for some time.
So that it doesn't get lost: A guide to server creation
- Tedypig
- Member
- Posts: 286
- Joined: Tue Mar 05, 2013 12:33
- IRC: Piggybear87
- In-game: Piggybear
- Location: Largo, FL, USA
Did not work. Still has my IP.Calinou wrote:https://github.com/celeron55/minetest/b ... ample#L191
01010100 01100101 01100100 01111001 01110000 01101001 01100111
Tedypig you need to copy this into your minetest.conf and get rid of the # in front of server_nameTedypig wrote:Did not work. Still has my IP.Calinou wrote:https://github.com/celeron55/minetest/b ... ample#L191
In game names:LAD,captainLAD,LionLAD
This is a signature virus. Add me to your signature so that I can multiply.
This is a signature virus. Add me to your signature so that I can multiply.
- King of Doom
- Member
- Posts: 65
- Joined: Sat Jun 22, 2013 02:20
- Location: North America, Earth
I have a question, if i use Remobo, do i still need to supply the address?
"You Cannot PASS! I am a servant of the secret fire, he who wields the flame of Anor! The Dark Fire will not avail you, Flame of Udun! Go back to the shadow! You SHALL NOT PASS!!!"
"Stand beside the gray stone where the thrush knocks, as the sun sets the last light of Durin's Day will shine upon the key-hole"
"Stand beside the gray stone where the thrush knocks, as the sun sets the last light of Durin's Day will shine upon the key-hole"
- Menche
- Member
- Posts: 1001
- Joined: Sat Jul 02, 2011 00:43
- IRC: Menchers
- In-game: Menche
- Location: An island in a lava lake.
No. The other players will not be connecting to your public address; they will connect to your Remobo address which will be displayed in their Remobo buddy list.King of Doom wrote:I have a question, if i use Remobo, do i still need to supply the address?
Last edited by Menche on Sun Jul 07, 2013 20:35, edited 1 time in total.
An innocent kitten dies every time you top-post.
- King of Doom
- Member
- Posts: 65
- Joined: Sat Jun 22, 2013 02:20
- Location: North America, Earth
Another problem: When i try to access my public address from another computer, it never loads just like how i used my ip.
"You Cannot PASS! I am a servant of the secret fire, he who wields the flame of Anor! The Dark Fire will not avail you, Flame of Udun! Go back to the shadow! You SHALL NOT PASS!!!"
"Stand beside the gray stone where the thrush knocks, as the sun sets the last light of Durin's Day will shine upon the key-hole"
"Stand beside the gray stone where the thrush knocks, as the sun sets the last light of Durin's Day will shine upon the key-hole"
- BrunoMine
- Member
- Posts: 1082
- Joined: Thu Apr 25, 2013 17:29
- GitHub: BrunoMine
- Location: SP-Brasil
- Contact:
I did not understand. Ja created but now what?sfan5 wrote:Only if you forwarded the port and enabled the "Public" optionbrunob.santos wrote:sorry to ask but ...
If I do this procedure to create UMServer with direct CONNECTION.
The name of my server will appear on the "Show Publicos" when someone access the minetest?
My small square universe under construction ... Minemacro
Comunidade Minetest Brasil
www.minetestbrasil.com
Comunidade Minetest Brasil
www.minetestbrasil.com
- Element
- Member
- Posts: 269
- Joined: Tue Jun 11, 2013 00:27
- IRC: Elementwing4962
- In-game: Elementwing4962
- Location: New York
- Contact:
this helps but how do i make a MULTIPLAYER SERVER!!!!! and do i need remobo
Last edited by Element on Fri Jul 19, 2013 16:12, edited 1 time in total.
Join Me And My Team - thornfyregaming-mc.noip.me:25565
My Server Is 1.7.9
My Server Is 1.7.9
The Flying part is ment to happe all you have to push is j or k and you should stop flyingJangoFett154 wrote:Um i got as far as the last few steps, the server ip address it keeps saying its invalid and wont let me save changes, im using a belkin but its not letting me enter the ip for it, i went to belkin site and it said enter "•Enter the IP address in the Private IP address field of the computer you want to grant access to the network." but i want other people to use it,
i dont know if this means anything but when i test my server it makes my main account fly and go through stuff, is that suppose to happen?
-
- New member
- Posts: 1
- Joined: Fri Aug 23, 2013 19:30
Hey, maybe I'm trying to place online public acseso server.
Testing the instruction to create a REAL server on the internet.
Linux-based operating system:
The problem is that this instruction has an error and I can not find. the case is that the server does not start.
here I leave the answer given by the server:
Do you could help?
PS: do not write in English. my language is Spanish and this is google translate.
Testing the instruction to create a REAL server on the internet.
Linux-based operating system:
Code: Select all
sudo wine ./bin/minetest.exe --server --wordlname minetestwordl
here I leave the answer given by the server:
Code: Select all
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
PS: do not write in English. my language is Spanish and this is google translate.