I just set up my first Ubuntu server and I wanted one of the things it to do is to run a dedicated minetest server, I used this guide to get started....
http://wiki.minetest.com/wiki/Setting_up_a_server/Ubuntu
I had to reboot the server and I was wondering how to start the minetest server service again? In a Ubuntu gui I would just type in
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
minetest
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
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
1976 devon 20 0 17344 1300 972 R 0 0.0 0:00.04 top
1 root 20 0 24340 2264 1344 S 0 0.1 0:00.79 init
2 root 20 0 0 0 0 S 0 0.0 0:00.00 kthreadd
3 root 20 0 0 0 0 S 0 0.0 0:00.00 ksoftirqd/0
5 root 0 -20 0 0 0 S 0 0.0 0:00.00 kworker/0:0H
7 root RT 0 0 0 0 S 0 0.0 0:00.02 migration/0
8 root 20 0 0 0 0 S 0 0.0 0:00.00 rcu_bh
9 root 20 0 0 0 0 S 0 0.0 0:00.00 rcuob/0
10 root 20 0 0 0 0 S 0 0.0 0:00.00 rcuob/1
11 root 20 0 0 0 0 S 0 0.0 0:00.00 rcuob/2
12 root 20 0 0 0 0 S 0 0.0 0:00.00 rcuob/3
13 root 20 0 0 0 0 S 0 0.0 0:00.00 rcuob/4
14 root 20 0 0 0 0 S 0 0.0 0:00.00 rcuob/5
15 root 20 0 0 0 0 S 0 0.0 0:00.00 rcuob/6
16 root 20 0 0 0 0 S 0 0.0 0:00.00 rcuob/7
17 root 20 0 0 0 0 S 0 0.0 0:00.17 rcu_sched
18 root 20 0 0 0 0 S 0 0.0 0:00.07 rcuos/0
Plus I don't see the service running anyway, so if someone could tell me how to start the server service through the command line so those in the house could connect.
My next question is should I set a password for those in the house or as long as I stay of the public list it should be fine? If I should set up a password how do I go about doing that in the command line?
Thanks to everyone who reads this and helps me out, I do appreciate it as this is really a learning experience.