To check your server system information you can locate in DirectAdmin server control panel under Server Information section. In order to check PHP information go to here.
Posts Tagged ‘check’How to check server information?To check your server system information you can locate in DirectAdmin server control panel under Server Information section. In order to check PHP information go to here. How to check installed Perl modules?To check Perl modules you need to: How to check DirectAdmin login history?To check the login history of your website web hosting account you need to login to DirectAdmin server control panel and locate Login History. You will be able to see all the login history. How to check the Access log?To check you website access log you need to: How to check the log of Apache error log?To check you website apache log you need to: How to check log activity of my FTP client?To check the logs of your FTP upload and download activity, you should login to DirectAdmin control panel and click on Site Summary / Statistics / Logs. How to check my account resource usage?You can check disk space and bandwidth status just on the right side of DirectAdmin server control panel. How to check the log of my FTP client?The FTP log can be very useful when you troubleshoot connectivity or other issues with your FTP account. It keeps track of each FTP command that you execute and the server response. Therefore, it is good to know where to locate the log for your FTP connection. Below you can find detailed information on how to access the FTP log on the most popular FTP clients.
You can display the FTP log by placing a check in the View -> Message Log menu. You will notice the log in the upper part of your screen. You can scroll and copy the part of it that you need. If you right-click on the FTP log field, you can select the “Copy to clipboard” menu that will copy the entire log to the clipboard.
To enable the logging for Cyberduck select theĀ View menu and click on the “Toggle Log Drawer” option. This will open a panel at the bottom of the application. Once you reconnect, you will be able to see the log for your FTP connection displayed in it.
If you are using CuteFTP you will be able to access the FTP log if you click at the “Log Window” tab at the bottom of application window. When the log tab opens, you will be able to copy the lines from the log directly from there. How to check whether FTP port 21 is blocked?The default TCP port for FTP connection is port 21. Sometimes the local Internet Service Provider blocks this port and this will result in FTP connection issues. Here’s how to, depending on your OS, check whether your ISP blocks port 21:
Click on the Start menu button, usually located on the left low corner of the screen. There is a tab called “Run”. You have to click on it, in order to proceed further. You will notice the appearance of a new small window on the screen. In the text field of this window you need to type “cmd” and then press the “Enter” key. Another window will open. It is the so called “MS-DOS prompt” or “command prompt”. Just type the following command in the command prompt window and press “Enter”: telnet my-domain-name.com 21
Each Mac OS is delivered with a preinstalled terminal emulator. The terminal is a tool which allows you to execute commands from the command line. Usually, the terminal is located under your Mac HD -> “Applications” directory -> Utilities sub-directory. When the window opens, you will see a command line with a flashing cursor on it so you can start typing right away. Just type the following command and press “Enter”: telnet my-domain-name.com 21
Open your favorite terminal emulator and execute the following command in order to telnet your website: telnet my-domain-name.com 21 Results from the 21 port check |
|