How to Create a Server in Minetest 4.x

BRICK
Member
 
Posts: 19
Joined: Tue Jan 21, 2014 01:36

How to Create a Server in Minetest 4.x

by BRICK » Tue Jan 21, 2014 02:55

I am running Minetest 4.8 and 4.9 (I have both) and I want to set up a public server that shows up in the public server list.
I have tried several methods from other sources/forums online, but they either don't work or are too outdated to work.

Since minetest 4.8 no longer has an "Advanced" tab, it appears to be a bit more complicated.

Can somebody provide a step-by-step for setting up a public server?

Thanks!
 

rommiekerova
Member
 
Posts: 93
Joined: Thu Nov 21, 2013 10:59
In-game: Andromeda

by rommiekerova » Tue Jan 21, 2014 13:51

The simplest way I know is to click the server tab, choose your world and on the left, under enable damage is the box named public. Simply click that and log into your server. Your server will show in the public list but it does mean you have to keep that character logged in or the server goes down again. In essence the character becomes your server.

There's the regular way which is to allow people to connect to it via settings on your router but I can't do that myself with my limited net.
The topic already exists explaining it how to do the router way.
My Mods: Kerova - https://forum.minetest.net/viewtopic.php?id=8054
My Server: Kalisae - https://forum.minetest.net/viewtopic.php?id=9040 <--CLOSED UNTIL FURTHER NOTICE!
 

User avatar
kaeza
Member
 
Posts: 2141
Joined: Thu Oct 18, 2012 05:00
GitHub: kaeza
IRC: kaeza diemartin blaaaaargh
In-game: kaeza

by kaeza » Tue Jan 21, 2014 13:59

https://forum.minetest.net/viewtopic.php?id=2870
The "Advanced" tab is now called "Server".
Your signature is not the place for a blog post. Please keep it as concise as possible. Thank you!

Check out my stuff! | Donations greatly appreciated! PayPal | BTC: 1DFZAa5VtNG7Levux4oP6BuUzr1e83pJK2
 

BRICK
Member
 
Posts: 19
Joined: Tue Jan 21, 2014 01:36

by BRICK » Tue Jan 21, 2014 21:08

rommiekerova wrote:The simplest way I know is to click the server tab, choose your world and on the left, under enable damage is the box named public. Simply click that and log into your server. Your server will show in the public list but it does mean you have to keep that character logged in or the server goes down again. In essence the character becomes your server.

There's the regular way which is to allow people to connect to it via settings on your router but I can't do that myself with my limited net.
The topic already exists explaining it how to do the router way.



Okay, thanks for that - I got it to work. However, people can only join my server if they know the IP address that it uses (and the server does not show up in the public server list).

How do I set it so that it will show up in the public server list so that people can join it without the need to type in my ip address?
 

User avatar
stormchaser3000
Member
 
Posts: 407
Joined: Sun Oct 06, 2013 21:02

by stormchaser3000 » Wed Jan 22, 2014 01:59

BRICK wrote:
rommiekerova wrote:The simplest way I know is to click the server tab, choose your world and on the left, under enable damage is the box named public. Simply click that and log into your server. Your server will show in the public list but it does mean you have to keep that character logged in or the server goes down again. In essence the character becomes your server.

There's the regular way which is to allow people to connect to it via settings on your router but I can't do that myself with my limited net.
The topic already exists explaining it how to do the router way.



Okay, thanks for that - I got it to work. However, people can only join my server if they know the IP address that it uses (and the server does not show up in the public server list).

How do I set it so that it will show up in the public server list so that people can join it without the need to type in my ip address?


put this is minetest.conf: server_announce = 1
 

BRICK
Member
 
Posts: 19
Joined: Tue Jan 21, 2014 01:36

by BRICK » Wed Jan 22, 2014 23:35

stormchaser3000 wrote:
BRICK wrote:
rommiekerova wrote:The simplest way I know is to click the server tab, choose your world and on the left, under enable damage is the box named public. Simply click that and log into your server. Your server will show in the public list but it does mean you have to keep that character logged in or the server goes down again. In essence the character becomes your server.

There's the regular way which is to allow people to connect to it via settings on your router but I can't do that myself with my limited net.
The topic already exists explaining it how to do the router way.



Okay, thanks for that - I got it to work. However, people can only join my server if they know the IP address that it uses (and the server does not show up in the public server list).

How do I set it so that it will show up in the public server list so that people can join it without the need to type in my ip address?


put this is minetest.conf: server_announce = 1



I tried that and it still will not show up in the public server list :(
 

User avatar
stormchaser3000
Member
 
Posts: 407
Joined: Sun Oct 06, 2013 21:02

by stormchaser3000 » Thu Jan 23, 2014 02:55

BRICK wrote:
stormchaser3000 wrote:
BRICK wrote:

Okay, thanks for that - I got it to work. However, people can only join my server if they know the IP address that it uses (and the server does not show up in the public server list).

How do I set it so that it will show up in the public server list so that people can join it without the need to type in my ip address?


put this is minetest.conf: server_announce = 1



I tried that and it still will not show up in the public server list :(


and try: server_name = (your server name)
 

BRICK
Member
 
Posts: 19
Joined: Tue Jan 21, 2014 01:36

by BRICK » Thu Jan 23, 2014 19:43

I have done a little more searching for an answer, and found that you need a domain in order to make a server appear on the public list.
I understand how to get a domain, etc, but I am wondering how (or if) I can connect it to a Minetest server?
 

User avatar
sfan5
Member
 
Posts: 3636
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5

by sfan5 » Thu Jan 23, 2014 19:46

BRICK wrote:I have done a little more searching for an answer, and found that you need a domain in order to make a server appear on the public list.
I understand how to get a domain, etc, but I am wondering how (or if) I can connect it to a Minetest server?

You do not need a domain.
Mods: Mesecons | WorldEdit | Nuke
Minetest builds for Windows (32-bit & 64-bit)
 

BRICK
Member
 
Posts: 19
Joined: Tue Jan 21, 2014 01:36

by BRICK » Fri Jan 24, 2014 21:10

sfan5 wrote:
BRICK wrote:I have done a little more searching for an answer, and found that you need a domain in order to make a server appear on the public list.
I understand how to get a domain, etc, but I am wondering how (or if) I can connect it to a Minetest server?

You do not need a domain.



Oh. I guess what I'm wondering then is how (for example) VenessaE's servers appear on the public server list while most others (like mine) don't.
 


Return to Minetest Servers

Who is online

Users browsing this forum: No registered users and 18 guests

cron