Warning: file_get_contents(http://ecs.amazonaws.com/onca/xml?Service=AWSECommerceService&AWSAccessKeyId=1TJ8QTQ6ZFCVAJ3X1T02&AssociateTag=ii0c3-20&Operation=ItemSearch&SearchIndex=Books&ResponseGroup=Small,Images&Keywords=account) [
function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 400 Bad Request
in
/home/manusia2/public_html/wp-content/plugins/amazonfeed/php/amazonfeed.class.php on line
271
WebHost Manager enables you to list all subdomains on your server. This function will display all subdomains and parked domains, sorted by domain name.
Steps
- To access the Account Information Menu, click on Account Information0, on the main screen of your WebHost Manager interface.
- Click on List Subdomains.
- A list of subdomains and parked domains, sorted by domain name, will be displayed.
Tags:
account,
domain,
domain name,
WHM
Related posts
WHM account, domain, domain name
This function displays all domains that are parked on top of another domain. For more information about parking a domain, refer to Park or Point a Domain.
Steps
- To access the Account Information Menu, click on Account Information, on the main screen of your WebHost Manager interface.
- Click on List Parked Domains.
- A list of parked domains will now appear.
Tags:
account,
cPanel,
domain,
WHM,
WHM
Related posts
WHM account, cPanel, domain, WHM
The List Account function displays all of the accounts on your server. It displays a variety of detailed information including the account’s domain name, IP address, user name, contact email, partition location, and disk space quota. At the bottom of the list is the total number of accounts and a search function that enables you to search for specific types of accounts.
Steps
- To access the Account Information Menu, click on Account Information, on the main screen of your WebHost Manager interface.
- Click on List Accounts to list all of the accounts on your server.
NOTE: To search for a specific account, click on a radio button specifying your search type, enter the keyword for your search in the blank field, and click on Find.
Troubleshooting
If you have virtual servers, the List Accounts Function will only list the accounts on one virtual server, not all of them.
Tags:
account,
domain,
domain name,
email,
WHM
Related posts
WHM account, domain, domain name, email
This user manual is designed to familiarize new users with the WebHost Manager Interface; and also to provide extra knowledge for current users. This manual will focus on the tasks involved with installing, configuring, and administrating your server’s web hosting needs using WebHost Manager.
There are many terms and abbreviations in this manual that may be unfamiliar to you if you’re new to server administration and web hosting. We recommend purchasing a guide to System Administration to get familiar with how your server works and web hosting in general. You can also find information about the terms and abbreviations used in this manual by searching for them on a search engines such as Google.
To move from one section to another, use the list on the right side of your screen. Click on a section to reveal the tasks associated with that part of WebHost Manager. Click on a subsection in the table of contents for more information on that subsection and the tasks associated with that subsection.
This manual is arranged to mirror the WebHost Manager interface and therefore is not arranged by specific tasks. To search for specific tasks that you would like information about, use the search at the top left-hand part of your screen. For example, if you wish to find out how to add a “nameserver”, type “nameserver” into the search field and then click on SEARCH.
NOTE: Some Troubleshooting sections are for advanced users only. These sections may require that a SSH session is open on the server and that commands are run from the command line. We recommend only using these sections if you are comfortable with administrating your server as they may result in downtime. If you are uncertain of the cause of a problem, or are not comfortable using the commands outlined in these troubleshooting sections, please contact your web host or cPanel for support.
Tags:
cPanel,
ssh,
web hosting,
WHM
Related posts
WHM cPanel, ssh, web hosting
Manage SSH Keys
SSH allows secure file transfer and remote logins over the Internet. Your secure connection via SSH is encrypted. You can manage your SSH keys to allow automation when logging in via SSH. You can import existing keys, generate new keys, and manage/delete keys.
Generate A New Key
Steps
- To access the Manage SSH Keys feature, click on Security, on the main screen of your WebHost Manager interface.
- Then click on Manage SSH Keys.
- Click on the Generate a New Key link.
- Set the following:
- Key Name (defaults to id_dsa) - Enter the key name for your SSH client.
- Key Password (blank for none) - Enter the password, if applicable, for your SSH client. Otherwise, leave empty or blank for none.
- Key Type- Choose from the following:
- Key Size - Choose from the following:
- Click on the Generate Key button.
- You should see a list of messages stating the status of your SSH Key generation.
- Go back to the Manage SSH Keys page. You should see your new key listed in the “Name” column in the “Public Keys” table. Find your key. You should see a “not authorized” message in the “Authorization Status” column. Now you need to authorize your key by clicking on the Manage Authorization link in the “Actions” column.
NOTE: Your new SSH key is also created in the “Private Keys” table.
- When the page loads, you will see the name of the key you are authorizing. Click on the Authorize button.
- After you have authorized your public key, click on the “Return to SSH Manager” link.
- The “Authorization Status” column should now show “authorized” for your public key.
Import Key
Steps
- Click on the Import Key link.
- Set the following:
- Choose a name for this key (defaults to id_dsa)
- Private key passphrase (Needed for PPK import only)
- Next, paste the Private Key in the text box (you can also paste a PPK file as well).
- Paste the Public Key in the text box (4th text box shown).
- Click on the Import button.
NOTE: You don’t have to import both keys. It is perfectly acceptable to just import a public OR private key if that is all you need on the server.
Defining The Public Keys Table
The Public Keys Table consist of three columns, containing the following information:
- Name - This entry is the name of your public key.
- Authorization Status - This entry indicates the status of your public key’s authorization. You manually authorize the key by clicking on the Manage Authorization link in the “Actions” column as defined below. The two messages in the “Authorization Status” column are as follows:
- authorized
- not authorized
- Actions
- Delete Key - Click on this link to delete the associated public key.
- View/Download Key - Click on this link to view or download the associated public key.
- Manage Authorization - Click on this link to authorize the associated public key.
Defining The Private Keys Table
The Private Keys Table consist of two columns, containing the following information:
- Name - This entry is the name of your private key.
- Actions
- Delete Key - Click on this link to delete the associated private key.
- View/Download Key - Click on this link to view or download the associated private key.
Tags:
cPanel,
password,
ssh,
WHM,
WHM
Related posts
WHM cPanel, password, ssh, WHM