Page 1 of 1

Need help with a server

PostPosted: Wed Nov 12, 2014 23:08
by chrisjose1913
Hello i amnew to the world of minetest fresh from the minecraft world :D I am currently setting up a server on a VPS running Ubuntu 14.04 server.

I want to update it to 0.4.10 as it's currently running on 0.4.9

But i can't find a repo for it help ?

Re: Need help with a server

PostPosted: Wed Nov 12, 2014 23:49
by kaeza
Hello and welcome!

There's the minetestdevs/stable, and minetestdevs/daily-builds PPAs. Documentation about adding the repositories is on these pages, in case you don't already know the drill ;P

After setting up the repositories, install using:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
sudo apt-get install minetestc55

(remove any version you may have installed first!)

If you prefer compiling yourself, there are repositories for the engine and default game content on Github. There are instructions on the README about compiling under Debian based systems.

Re: Need help with a server

PostPosted: Sat Nov 22, 2014 04:08
by cesarpachon
hello, I successfully ran a minetest server in a ubuntu Amazon ec2 micro instance, by downloading the source code with git, and the default game content. I build the game using the flag for running on place. the docs says that a conf file will be created the first time I run the game, but it is not the case. where must I put my conf file in order to begin to customize the basic world? thanks!

Re: Need help with a server

PostPosted: Sun Nov 23, 2014 07:27
by Pitriss
with run in place you need to have conf in root of minetest game

Re: Need help with a server

PostPosted: Sun Nov 23, 2014 09:49
by Calinou
Pitriss wrote:with run in place you need to have conf in root of minetest game


That's not where you should place it; it should be at the root of the Minetest directory.

Running a server does not generate a minetest.conf, only running a client does.