 |
|
 |
 |
|
Telnet CRT Telnet WinTelnet
|
|
|
Telnet - CRT
|
Download the secureCRT now!
CRT allows you to access your VIRTUAL server using Unix based commands. It will also allow you to administer users for your server. Once you've downloaded your secure CRT 3.1, open the session and a Connect dialog box will prompt.
- You'll need to create a new session for your VIRTUAL server.
- Select New Session..., the third Icon from the right of the menu bar.
- A Session Options dialog box will prompt you to enter your access information.
- Enter the session name.
- Keep the default Protocol: and Port: settings.
- Enter your domain name for Hostname:. This screen will also allow you to customize your CRT session.
Once you've connected to your server, enter your "We Host Anyone" username and password.
|
- vaddhost - Add subdomains to your server.
- vadduser - Add and Modify users for emails and ftp.
- vlistuser - List all users on your server.
- vrmuser - Allows you to remove users from your server.
- vpasswd - This command will reset/change a password for a user on your server.
This command will setup a subdomain and add users for the subdomains.Type: vaddhost
- Virtual Host Name(s) - enter the domain name:
your_domain.name www.your_domain.name end Is this correct so far? (y/n): y
- Virtual Host Admin E-mail Address E-mail Address:
webmaster@domain.com Is this correct so far? (y/n): y
- Virtual Host Document Root
( NOTE : this is the only step where you'll be required to type in a path. If you've already installed FP2000 extensions on the server and this domain name is going to use FP2000, then replace the "htdocs" with "vhosts". Also, the username at the end of the path should be replaced with the first eight characters of the domain name that you are adding.) Select 1, 2, or enter a path [1]
:/usr/local/etc/httpd/htdocs/username The section must be keyed in and not selected as they specify. :/usr/local/etc/httpd/htdocs/username
Is this correct so far? (y/n): y
- Transfer and Error Logs Do you wish to add separate
logfiles? (y/n): y
Select 1, 2, 3, 4, or enter a path [1] 1 Is this correct so far? (y/n): y Select 1, 2, 3, 4, or enter a path [1] 1 Is this correct so far? (y/n): y
- cgi-bin Directory Do you wish to add a cgi-bin directory? (y/n): y
Select 1, 2, 3, or enter a path [1] 1Is this correct so far? (y/n): y Next, you'll need to add the user. See
vadduser to add users to your server.
Back to Basic Commands
|
vadduser
At the command prompt, type:
vadduser
- Enter the new username.
- Enter a password for the newuser.
- Re-type the password.
- Enter the user's full name.
- Select the account services that the new user will have. The default selections are ftp and email. Type the service name (ftp or mail) to deselect the service for the account.
FTP (File Transfer Protocol) for uploading/downloading files
E-Mail service via POP, IMAP, and SMTP
- The next option will allow you to set the quota for ftp and email. Enter "Yes" to set the quotas or "No"for no quotas.
- If you have choosen to specifiy a set quota for emails or ftp, enter the number in MB.
- The final step is to select the directory to where you would like to place your account setup.
- After the initial setup, you'll need to make some minor
configurations to your "sendmail.cf" file, "virtmaps" file, and the "httpd.conf" file.
- Change directory by typing: cd etc
- Next, type:
pico virtmaps
- Scroll to the bottom of the file and make your enteries. (as shown below)
- Hit crt+x to save the changes and type:
vnewvirtmaps
- Now we'll need to make some changes to the "sendmail.cf"file. Type:
pico sendmail.cf
- Hit crt+w and type:
Cwlocalhost This command will locate the line where you can add the domain name for your users.
- The last file to configure is the "httpd.conf" file.Type:
cd and press enter, cd usr/local/etc/httpd/conf
- Locate the area where there are blocks of codes (shown below)and place the domain name and username:
<VirtualHost your_domain.name> ServerName www.your_domain.name ServerAdmin webmaster DocumentRoot:/usr/local/etc/httpd/htdocs/user_name
ScriptAlias /cgi-bin//usr/local/etc/httpd/htdocs/user_name/cgi-bin/
</VirtualHost>
<VirtualHost www.your_domain.name> ServerName www.your_domain.name ServerAdmin webmaster DocumentRoot: /usr/local/etc/httpd/htdocs/user_nameScriptAlias /cgi-bin/ /usr/local/etc/httpd/htdocs/user_name/cgi-bin/
</VirtualHost>
You'll notice that there are two blocks of codes needed. One with the www.your_domain.name and another without.
- Final step is the restart your server. Type:
restart_apache
Back to Basic Commands
Vlistuser
- To view a list of users on your server, type:
Back to Basic Commands
Vrmuser
This command will automatically remove a specified user from your server. Type: vrmuser user_name
Be sure to enter the user name you would like to remove.
Back to Basic Commands
|
|
WinTelnet
|
|
Download a trial version of WinTelnet
now!.
WinTelnet is another software that will allow you to access your server using a DOS like interface. The commands are Unix based.
- How to configure your WinTelnet software.
- How to setup
and manage your users' accounts with WinTelnet sessions.
Configuring your WinTelnet software.
- Open your WinTelnet software and click on File.Select New Site.
- An Add Site dialog box will prompt.
- Enter your domain name for Site Name:.
- For Host or URL, enter either your domain name or the IP address of your domain name.
- Use your "We Host Anyone" username and password in the nbsp;Username
and Password field.
You can choose to leave the Username and Password field blank if you prefer to login to manually.
- Press OK and you will be connected to your server.
Setting up Subdomains and Users for your server. To add subdomains and users to your server, refer to theCRT section on our FAQ site for further assistance on how to add subdomains and users.
Back to the top
|
|
|
|