How to secure a Plesk hostname on port 8443 with Let’s Encrypt
In Plesk, go to Extensions and search for Let’s Encrypt.Extensions_-_Let_s_EncryptClick on Let’s Encrypt and then click Get it free (or Install).Once installed, go to Tools & Settings > SSL/TLS Certificates…
Let’s Encrypt SSL on Debian 9 with Apache web server
Prerequisites SSH with root access or sudo user access to Debian 9 server The Apache web server with properly a domain and vhost configured Step 1: Installing Let’sEncrypt certbot The…
how to share your local drive in rdp
Open Remote Desktop Connection by going to Start > All Programs > Accessories > Remote Desktop ConnectionsIn the Remote Desktop Connection window, click on Show Options.Click on the Local Resources…
Adding custom httpd.conf code to the VirtualHosts of a domain
DirectAdmin Allows Admin to insert extra httpd.conf code that a User may require. To access the control page for this functionality, go to Admin Panel -> Admin Settings -> Customize…
How to fix Encryption error on login to CWP
If you get Encryption error on login using root then try following. Login as root in shell/ssh1. try setting new password for root user. passwd if this does not help…
How to Install Elasticsearch on CentOS 7/6
Elasticsearch is flexible and powerful open-source, distributed real-time search and analytics engine. Using a simple set of APIs provides the ability for full-text search. Elastic search is freely available under…
Updating Apache to the latest version
You can check the current version of apache by running /usr/sbin/httpd -v CustomBuild – current If you’re using custombuild (as most new boxes are), run the following cd /usr/local/directadmin/custombuild ./build…
Installing an SSL certificate for your hostname using LetsEncrypt
As of DA 1.50.0, DirectAdmin have added a new feature that allows you to make use of LetsEncrypt, a tool offering free basic SSL certificates.There is a script written in…