How to change your servers hostname in Plesk

Plesk 9.5 To change your server’s Hostname within Plesk Log into your Plesk control panel. Click on Settings on the right hand side. Click on Change Hostname, under General. Where it says “Full hostname” is where you would want to put your servers new hostname, typically it is set up as something like server.domain.com or … Read more

Install cPanel

Install screen Ubuntu CentOS & Rocky Run screen Detach the screen out by pressing Ctrl+ a at the same time – release and then press d.: This releases the screen and the task so you can do other things while the task runs in the background. You’re returned to the terminal window from which you … Read more

Set up OpenVPN Server and Client on Windows 10

Need to setup a VPN? Here’s how to download and install OpenVPN. SERVER SETUP Download the installer from https://openvpn.net/index.php/download/community-downloads.html and run it on the server computer. Open the installer file and start the installation.   Remember to adjust the Windows firewall (open the 1194 UDP port). Assign a static IP to the new created TAP … Read more

Problem adding addon domain in cpanel

Error: Sorry, the domain is already pointed to an IP address that does not appear to use DNS servers associated with this server. Please transfer the domain to this servers nameservers or have your administrator add one of its nameservers to /etc/ips.remotedns and make the proper A entries on that remote nameserver. Logon to WHM … Read more

How to Secure SSH with Google Authenticator’s Two-Factor Authentication

Source: http://www.howtogeek.com/121650/how-to-secure-ssh-with-google-authenticators-two-factor-authentication/ Also, for CentOS: http://www.tecmint.com/ssh-two-factor-authentication/ Want to secure your SSH server with easy-to-use two-factor authentication? Google provides the necessary software to integrate Google Authenticator’s time-based one-time password (TOTP) system with your SSH server. You’ll have to enter the code from your phone when you connect.