HostJaguar - service, 
quality, reabilityHostJaguar - service, quality, reability
home site map
Account Center
Welcome, Please Login
Faster... Stronger... More Reliable
You are here: Support > Knowledgebase > Dedicated Server
 


The knowledgebase is organized into different categories. Either choose a category from below or search the knowledgebase for the answer to your question.

Articles

Can I FTP to the server as root?
No, they are disabled and not supported for security reason however you may use SFTP instead....
Views: 207
How can I access the Web Host Manager?
You can access your WHM using the following URL format(http://your-ip:2086/) or...
Views: 211
How can I change from current directory or folder to other directories?
Syntax: cd directoryname Sample: root@server [/]# cd home root@server [/home]# root@server [/]#...
Views: 215
How can I check all running services?
Syntax: pstree or ps -aux Knowledgebase by Byzhosting Networks | Host JaguarYour Web Hosting...
Views: 196
How can I check disk space?
Syntax: df -m Sample (in megabytes): root@server [/]# df -m Filesystem 1M-blocks Used...
Views: 207
How can I check permissions on a file?
Syntax: ls -l root@server [/home/website/.htmltemplates]# ls -ltotal 12 drwxr-xr-x 2 website...
Views: 201
How can I create a new account on the server?
There are currently two ways to do this. The first is to run this command in shell:...
Views: 187
How can I debug a cgi script?
Move into the directory the file is in.Type: ./filename.cgi You can use the output to correct the...
Views: 406
How can I edit a file?
Syntax: pico filename or nano filename Knowledgebase by Byzhosting Networks | Host JaguarYour...
Views: 214
How can I execute a program, but send it to the background?
Execute the file as normally but add the & sign. Sample root@server [/scripts]#...
Views: 186
How can I increase MySQL max connections?
Edit the file /etc/my.cnf The file should look like this: [mysqld] set-variable =...
Views: 190
How can I see all the files in a directory?
Syntax: lsSampleroot@server [/home/user]# ls ./ .bash_history _bak public_ftp/ server.php3*...
Views: 185
How can I start and stop apache?
In your shell as root you may type this: Stop Apache: /usr/local/apache/bin/apachectl stop Start...
Views: 197
How can I start and stop the Cpanel Services?
In your shell as root you may type this: Stop Cpanel: /etc/rc.d/init.d/cpanel stopStart CPanel:...
Views: 202
How can I view the contents of a text file?
Type: cat filename Knowledgebase by Byzhosting Networks | Host JaguarYour Web Hosting and...
Views: 200
How do I start and stop mysql?
In your shell as root you may type this: Stop MySQL: /etc/init.d/mysql stop Start MySQL:...
Views: 200
How do I start and stop PROFTPD?
In your shell as root you may type this:Stop PROFTPD: /etc/init.d/proftpd stop or killall -9...
Views: 190
I am unable to create sub domains?
[WHM]If you get an error that your sub domains are not enabled, make sure that either you have...
Views: 202
I do not have SSH client software. How can I log in as root?
SSH client is needed to login to the server via console as root. If you do not have SSH client...
Views: 197
I get incorrect root password when accessing a MySQL Cpanel feature
The CPanel needs to know the MySQL root password. To do this you need to edit or create a file in...
Views: 190
I just received a Welcome Email. How do I log into the server?
Telnet access is not available for security reason, instead SSH access is available. SSH client...
Views: 194
My server is down, what should I do?
If you find your server is down please page in the server name. You can find the emergency page...
Views: 216
What DNS software do the server use?
We are using BIND software. The servers run the latest stable version of BIND. For more...
Views: 195
What if a security hole is found in a program you provide. How do I upgrade?
If you purchase our managed service, we will perform update on your server on regular basis....
Views: 199
What is the best way to get support?
Support for dedicated servers is done by assigning tickets. To open a new ticket you should go to...
Views: 188
What is the Web Host Manager?
The Web Host Manager is a program which will allow you to easily administer your server with out...
Views: 205
Where are MySQL databases located?
By default databases are located in /var/lib/mysql Knowledgebase by Byzhosting Networks | Host...
Views: 197
Where are the DNS files located?
/var/named/domain.com.dbReplace "domain.com" according to the domain name. CPanel/WHM provide an...
Views: 212
Where is the MySQL error log?
By default the location is /var/lib/mysql/server.hostname.err Knowledgebase by Byzhosting...
Views: 212