Getting Started with Ubuntu Advice

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

h0gtitties

New Member
Jul 29, 2019
42
0
0
Hey all, I'm new to Linux but not new to the command line and other server flavors. I recently set up some new hardware for my son and I to play DW20 together. I just set up a fresh install of Ubuntu 12.04 LTS and I have been doing some research on running minecraft on Ubuntu. At this point I think I have an "okay at best" idea on how to manage the server remotely.

Before I go much further I wanted to get some "current" advice on programs and tools. Much of the stuff I have been reading sounded a little out of date.

I do have VNC enabled, and that works okay but it's a little sluggish over my companies network. I do like the GUI so not sure if there is something better than Chicken of the VNC. I was actually wondering if there are any good tools like McMyAdmin that don't require bukkit. Maybe some PHP scripts that allow me to stop/start/ run commands via the web? What options have you guys used?

In my research it sounded like SSH is a great option since I mostly want the console available while I am playing to monitor the server. From what I read it sounds like closing an ssh session kills the process. Screen sounds like the silver bullet to fix this but not sure if there is something better?

Also, there are several flavors of ssh and not sure what flavor to install? I actually thought ssh was built into ubuntu but maybe I'm wrong here. My client machines are all mac's So I think I can just use the terminal for ssh connections. Is this correct? Are there any other considerations I need to make here or is this a safe bet?

I know this might be a lot of questions, and perhaps there is already some up to date information out there if anyone has some links that would be great too. As I said before, I am pretty noobish with the Linux OS's, but not afraid to learn. Your advice is much appreciated thanks!
 

DZCreeper

New Member
Jul 29, 2019
1,469
0
1
Your over complicating this all. McMyAdmin actually doesn't need Bukkit, it just has a plugin that hooks into Bukkit if present. If you actually needed Bukkit for anything you could always use MCPC+, which is available here: http://www.mcportcentral.co.za/wiki/index.php?title=Mods_and_Plugins_for_1.4.7

For any server that needs 8 slots or less you could use MCMA Free Edition, available here: http://www.mcmyadmin.com/Download.aspx
The pro version appears to be 50% off until July 20th though, and that gives you unlimited slots.

As for using SSH, there is really only 1 version/flavor, and here is a quick guide to install it: http://www.liberiangeek.net/2012/03/enable-ssh-secure-shell-in-ubuntu-12-04-precise-pangolin/
 

h0gtitties

New Member
Jul 29, 2019
42
0
0
Thanks for the reply DZCreeper, I decided against using MCMyAdmin and just install OpenSSH. Although the wiki did not mention specifically that it requires mono for linux, several youtube videos did. Not clear if it's actually required or not. If it is, I would rather not add an extra layer of complexity at this point. I may go back and install Screen to keep the process alive should my connection drop. Is Screen the best tool or are there better tools?
 

DZCreeper

New Member
Jul 29, 2019
1,469
0
1
I did not need Mono to run MCMA under Ubuntu 13.04 Server, but you do if using CentOS, not all Linux distros share the same base. Don't use Screen, use Mark2 instead: https://github.com/mcdevs/mark2

Make sure to stop using SSH without Mark2 or Screen ASAP, because if you lose connection it will instantly kill the server, which could corrupt the world.