How to create a server on Debian
Sorry. Not sure where to post this topic. Bugs and Problems do not see fit too. Feel free to move it to a more appropriate forum.
I have a Debian VPS server. I followed this http://wiki.minetest.net/Setting_up_a_server/Debian but the explanation is hard to understand.
Below is what I used.
And it output something similar to this ...
From the tutorial/wiki, I do not which steps to follow after that.
Pointing me to a good direction will be appreciate. Thanks.
I have a Debian VPS server. I followed this http://wiki.minetest.net/Setting_up_a_server/Debian but the explanation is hard to understand.
Below is what I used.
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
*Logged in as root
apt-get update
apt-get upgrade
apt-get install minetest-server
adduser minetest
* Logged in as minetest
minetestserver --info
And it output something similar to this ...
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
INFO[main]: Server: Loading environment metadata
INFO[main]: Server: Loading players
INFO[main]: Starting server on port 30000...
ACTION[main]: .__ __ __
ACTION[main]: _____ |__| ____ _____/ |_ ____ _______/ |_
ACTION[main]: / \| |/ \_/ __ \ __\/ __ \ / ___/\ __\
ACTION[main]: | Y Y \ | | \ ___/| | \ ___/ \___ \ | |
ACTION[main]: |__|_| /__|___| /\___ >__| \___ >____ > |__|
ACTION[main]: \/ \/ \/ \/ \/
ACTION[main]: World at [/home/minetest/.minetest/worlds/world]
ACTION[main]: Server for gameid="minetest" listening on port 0.0.0.0:30000.
INFO[ServerThread]: Server creating detached inventory "creative"
INFO[ServerThread]: ServerMap: SQLite3 database opened
From the tutorial/wiki, I do not which steps to follow after that.
Pointing me to a good direction will be appreciate. Thanks.