View source
From TBD Enterprises
for
Admin Recipes
Jump to:
navigation
,
search
== Server Control == Basic control scripts for the server are in <tt>/srv/minecraft/commands</tt>. * <tt>start.sh</tt> and <tt>stop.sh</tt> do as expected. * <tt>restart.sh</tt> is currently broken, don't run it. * <tt>backup.sh</tt> runs a clean backup. Will be a <tt>cron</tt> job soon. == Monitor Memory Usage == # SSH into the server. # Run the <tt>top</tt> command. # Press <tt>Shift+M</tt> to sort processes by memory. <tt>top</tt> will update every few seconds allowing you to watch usage in real-time. == Add User Account == [[File:ubuntu_users_settings.png|300px|thumb|right|Ubuntu User Adminstration GUI]] <ol> <li> SSH into the server: </li> </ol> <code bash> ssh -X <username>@208.115.212.56 </code> <ol start="2"> <li> Start the <tt>users-admin</tt> GUI </li> </ol> <code bash> sudo users-admin </code> [[File:ubuntu_new_user_account.png|300px|thumb|right|Ubuntu New User Dialog]] <ol start="3"> <li> Within the New User dialog: <ol> <li>Enter username</li> <li>Select "Unprivileged" as the profile.</li> <li>Enter a temporary password. Strong starting passwords can be generated with the <tt>apg</tt> command.</li> </ol> </li> </ol>
Return to
Admin Recipes
.
Views
Page
Discussion
View source
History
Personal tools
Log in
Navigation
Main page
Community portal
Current events
Recent changes
Random page
Help
Search
Toolbox
What links here
Related changes
Special pages