Dedicated server software?

Post Reply
User avatar
Joseph16
Member
Posts: 310
Joined: Tue Dec 06, 2016 05:35
In-game: smb3

Dedicated server software?

by Joseph16 » Post

I need a way to host a server reliably on a local computer that has the ability to use subgames. Any ideas? Also I want to host two worlds at the same time; a survival and a creative super flat. Any ideas on that? Thanks for your time!
Testin' mines since 1989

User avatar
MineYoshi
Member
Posts: 5373
Joined: Wed Jul 08, 2015 13:20
Contact:

Re: Dedicated server software?

by MineYoshi » Post

Using a dedicated Ubuntu server can be a good idea for maxing out the power of your computer, minetest is avaible in Ubuntu, so there should not be any problem if you know how to set up everything. If you have more knowledge and you think you are ready, you can use a Debian server, which is more complex, but has more advantages if you know how to use them.
Have a nice day! :D

User avatar
lisacvuk
Member
Posts: 274
Joined: Sat Jul 19, 2014 11:52
GitHub: lisacvuk
IRC: lisac
In-game: lisacvuk
Location: Serbia, Užice

Re: Dedicated server software?

by lisacvuk » Post

Windows:
1. Open notepad.
2. Type

Code: Select all

@echo off
minetest.exe --server --config server1.conf --worldid world1 --port 30000
And save as server1.bat
3. Open notepad again, type

Code: Select all

@echo off
minetest.exe --server --config server2.conf --worldid world2 --port 30001
And save as server2.bat
4. Open notepad, write your configs for both servers (example).
5. Forward your ports (depends upon your modem model)
6. Make new worlds in Minetest, world1 and world2.
7. Double click server1.bat and server2.bat
8. ??
9. Profit.
Linux:
1. Open your shell.
2. Type

Code: Select all

minetest --server --worldid world1 --config server1.conf --port 30000
3. Continue with Windows tutorial. Without double clicking. And opening notepad.
Of course, that is overly simplified. You'll probably need a day if you never worked with Linux before, and you choose a terminal-only distro. Also, you quit vim with :wq!
It's lisac, not lisa.
400 character limit? Am I writing a book?
Administrator on Craig's server. Minetest player.
"The enemy pales when they see the face of Dazzle!" ~ Dazzle obviously.
I live in Serbia.
Steam | OpenDOTA
My mods:
Tool ranks
I appreciate donations in TF2 items. :)

User avatar
rubenwardy
Moderator
Posts: 6978
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy
Location: Bristol, United Kingdom
Contact:

Re: Dedicated server software?

by rubenwardy » Post

also see: http://wiki.minetest.net/Setting_up_a_server

for a guide on other things, like opening your server to the public, how to add your server to the serverlist, and how to protect from accidental and malicious damage (griefing)
Renewed Tab (my browser add-on) | Donate | Mods | Minetest Modding Book

Hello profile reader

Mineminer
Member
Posts: 325
Joined: Mon Mar 05, 2018 04:05

Re: Dedicated server software?

by Mineminer » Post

And of course as a game service your going to need DDoS protection. You may not need it now but you will thank me later when someone "rage quit" or get banned and wants "revenge".

User avatar
Joseph16
Member
Posts: 310
Joined: Tue Dec 06, 2016 05:35
In-game: smb3

Re: Dedicated server software?

by Joseph16 » Post

Thanks for everyone’s ideas! I got a server working a long time ago, I just forgot about this post.
Testin' mines since 1989

User avatar
Linuxdirk
Member
Posts: 3219
Joined: Wed Sep 17, 2014 11:21
In-game: Linuxdirk
Location: Germany
Contact:

Re: Dedicated server software?

by Linuxdirk » Post

lisacvuk wrote:Also, you quit vim with :wq!
Actually you write-quit-force with this. Better use :x for writing and quitting because it does not force anything and nicely stops when something does not work as expected.

amadin
Member
Posts: 549
Joined: Tue Jun 16, 2015 16:23

Re: Dedicated server software?

by amadin » Post

y

Post Reply

Who is online

Users browsing this forum: No registered users and 19 guests