Account logins and important URLs
Here is a list of all the important logins and URLs available for your account. Note that for each URL listed below, you will need to substitute xxxxxxxx with the name of YOUR actual server.
Virtualmin
This is the main control panel. From here you can manage your domains (also known as virtual servers), users, users' privileges, databases, Subversion repositories, and other features of your account.
https://xxxxxxxx.fb.joyent.us:10000/
If you forget or misplace your admin password for Virtualmin, you can easily recover it by using the following URL:
https://xxxxxxxx.fb.joyent.us:10000/password-recovery/
SSH Access
SSH or secure shell access is a secure way of opening a terminal session on the server. Use xxxxxxxx usernames.
ssh xxxxxxxx@xxxxxxxx.fb.joyent.us
su -
SFTP
SFTP, or Secure FTP, uses SSH to encrypt and then securely transmit data over a potentially insecure connection. Functionally, SFTP is similar to FTP but offers protection for sensitive data. For security reasons, at Joyent you will only be able to access your account with SFTP, not FTP. Use admin or xxxxxxxx usernames.
sftp xxxxxxxx@xxxxxxxx.fb.joyent.us