Difference between revisions of "Logging In"
Rwilson131 (Talk | contribs) m (updated links) |
(added info about MD) |
||
Line 55: | Line 55: | ||
===== DVD Installation ===== | ===== DVD Installation ===== | ||
The username and password are <u>both</u>: '''linuxmce''' | The username and password are <u>both</u>: '''linuxmce''' | ||
+ | |||
+ | === Media Director === | ||
+ | By default [[Media Director]]s have no password set for the root account root. Logging in with the linuxmce account is currently not recommended as you cannot use sudo due to a small configuration issue. | ||
=== Database === | === Database === |
Revision as of 00:01, 13 February 2008
There are several places where you need to login on an LinuxMCE system.
Administration Website
From the Linux MCE Launch Manager
On the "Start" tab you will find a button labeled "Open admin website" (under "Common tasks")
From the on-screen Orbiter
[ Advanced (UI2 only) > ] Computing > Pluto Admin
From a browser
Go to http://<dcerouter>/
Where <dcerouter> can be the IP address of the core, "localhost" or plain old "dcerouter" in some cases. Note that the default settings will not allow you to access the admin website through the external network interface.
Username and Password
To access the Administration Website you will need the username of the first family member you created when going through the setup wizard. This username is initially also the password, beware of upper- and lower-case.
If you cannot log in because you forgot the password, see: Reset the password for the LinuxMCE Admin site.
Kubuntu
Console
To get to the console you can press [Ctrl]-[ALT]-[F2] simultaneously. You should be greeted by a text mode screen and a login prompt. See below for which username and password to use on a Core (or Hybrid) machine. On a Media Director however you can usually login with username root and no pasword.
Logging into KDE
The KDE login screen will normally only be presented on a core after doing a "Mostly PC" type of installation. See below for the username and password.
Remote login with Secure SHell
With the username and password below you should be able to login on the core like this:
ssh <username>@<dcerouter>
Where <dcerouter> can be the IP address of the core, or plain old "dcerouter" in some cases. Note that the default settings will not allow you to login using ssh through the external network interface.
From a Windows machine you can use PuTTY: A Free Telnet/SSH Client.
Becoming root
It is common practice to execute commands that need root privileges with "sudo", for example:
sudo whoami
Another option is to start a shell with root privileges, using the -s option:
sudo -s
Use the pasword below when sudo asks for it.
Username and Password
The default username and password depends on the type of installer you used.
CD Installation
Use the username and password of the account you created during the Kubuntu installation.
DVD Installation
The username and password are both: linuxmce
Media Director
By default Media Directors have no password set for the root account root. Logging in with the linuxmce account is currently not recommended as you cannot use sudo due to a small configuration issue.
Database
The user root has no password set by default. For example:
mysql -u root
Should allow you to execute just about any query on any database you want.
The sambahelper account
Not really used for logging in, but might come in handy when creating shares on a NAS or when trying to access LMCE's shares. Execute this command to see what the username and password are:
cat /usr/pluto/var/sambaCredentials.secret