To log out, click on the logout button. You will see a screen confirming that you have logged out. Important note: Many browsers keep your control panel data in the temporary memory of that browser, even after you log out. If you’re not the only one using your computer, make sure to close all active […]
Category Archives: Panels
The file manager makes it easy to copy files between folders. The first step is to navigate to the source of the directory. Namely, go into the directory from which you want to copy the files. In this example, we are in public_html and we want to copy license.txt to the public_ftp directory. Second, check […]
When migrating a website to a new server, you usually want to view the website before changing the domain’s DNS point to the new server. When you only have one app on a server, you can just use the server’s IP address (e.g.,http://1.2.3.4). However, when you have more than one app on your server, only […]
To set up Office365 in your DNS, Microsoft will provide you with an overview of the correct DNS data. To give you an idea of how to fill in the DNS details, you will find an overview below. You will first see the DNS data as Microsoft displays it, below that you will find the […]
To create a subdomain, click on the “Subdomains” icon in the main control menu. In the example above, we make a newsub.sitehelper.com. To create a subdomain, click the “Create” key. You can also sub.sub.sub.sub.domain.com. . In the example above, we have a i.love.site-helper.com. Note: It may take up to five minutes for the new subdomain […]
To move files, use the same procedure as when copying files, only click the “Move To” key instead of the “Copy To” key. When the move is complete, you will be taken to the destination directory, where you will see the moved files.
To turn on the spam filter for a mailbox: Go to Mail > email address > tab Spam filter. Select the Enable spam detection for this email address check box. Choose what to do with messages that are recognized as spam. If you want to filter mail using the spam filter on your own computer, […]
You can change the amount of memory PHP allots to each request by using a.user.ini file. Using .user.ini does not change the WordPress memory limit. C First, create a file named .user.ini in your app’s web root directory. apps/APPNAME/public/.user.ini Change the Memory Limit Then, enter the following line with the new value for your app’s […]
After issuance, you will receive the certificate by e-mail. You can also download the certificate from the Control Panel. The certificate file has the same name as the domain name it was requested for, for example, www_sslcertificaten_nl.crt, Please note that placing a domain under an admin account can lead to problems in DirectAdmin. If possible, […]
Installing CSF and Fail2Ban on a Centos 6 + Directadmin server Fail2Ban ensures that the IP addresses that try to log in are automatically blocked after 5 or more incorrect login attempts (you can set this limit yourself). wget https://download.configserver.com/csf.tgz tar -xzf csf.tgz cd csf sh install.sh Once you have done that, you will […]