Forced password change at next logon not allowing to RDP
You can do one work around by making changes in RDP security layer. Connect server using console. \HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp\SecurityLayer Set the 1 to 0 in SecurityLayer properties. Try login to…
How to install OpenLiteSpeed in Directadmin
OpenLiteSpeed is the Open Source edition of LiteSpeed Web Server Enterprise. OpenLiteSpeed contains all of the essential features found in LiteSpeed Enterprise, including LSCache (plugin needed for WordPress). To install…
Mail is not received on Windows server with MailEnable
Error ME-F0090: Unable to bind to IP Address (203.0.113.2), Port (110), Error (10048). Could not start service. Check that another service is not running or security software has not prevented…
Linux RAID with mdadm Cheat Sheet
RAID Levels RAID 0 StriĀpes data evenly across two or more disks. RAID 1 MirrĀors data on two or more disks. RAID 2 Rarely used, Bit-level striping with Hamming code…
How to recreate system users for Plesk on Windows
Connect to the server via RDP Restore Plesk Administrator and service accounts: plesk sbin usermng –install-plesk-adminplesk sbin usermng –install-psaadmplesk sbin usermng –install-service-accounts Restore Plesk user groups: plesk sbin usermng –install-panel-users-group…
How to create/remove the disk from the array
Mdadm is the modern tool most Linux distributions use these days to manage software RAID arrays; in the past raidtools was the tool we have used for this. This cheat…
How to install Zend Guard or ioncube in directadmin.
For Zend, type: cd /usr/local/directadmin/custombuild./build set zend yes./build zend after changing php versions, it’s recommended you install zend again.Note that Zend Guard is the new name for Zend Optimizer, and…
How to manage SSL/TLS ciphers and protocols in Plesk for Windows?
Connect to the server via RDP.Go to Start > Edit group policy.Go to Local Computer Policy >Computer Configuration >Administrative Template >Network >SSL Configuration Settings >SSL Cipher Suite Order. Set option…