Bert Rolston
... my customers like to see a GUI.
[user@machinename ~]$ is a little too scary when they hook up a monitor to do something on the server.
There is a option to auto login as admin, which may reduce the visual angst.
A quick search of the forums found this
http://forums.contribs.org/index.php/topic,39846.0.htmlwhich says
config set ConsoleMode auto
signal-event console-save
That way when the server starts up it will automatically login as admin, and then they won't see the so called "scary" command line prompt, but will see the text style graphical console menu, from which they can then select server manager.
To set that back to default ie command prompt requiring a manual login, do
config set ConsoleMode login
signal-event console-save
Also whenever a user does find themselves at a command prompt and is unsure what to do, they can issue the command
console
to get back to the admin console menu (ie the "nice friendly non scary user interface").