Updating your Contact Information
It is important to keep your Plesk panel contact information up to date. This tutorial explains how to change your contact e-mail, telephone, address and company details.
Updating your Contact Information
It is important to keep your Plesk panel contact information up to date. This tutorial explains how to change your contact e-mail, telephone, address and company details.
Changing Subscription Password
Learn how to change the password that you use to access your hosting subscription files via FTP or SSH.
WordPress Maintenance Service – Not comfortable upgrading your WordPress site? It is essential to run the latest WordPress. Let us do the work for you.
Why you need to upgrade your WordPress site
Our WordPress Security Experts will upgrade your WordPress site for you.
What’s included…
For peace of mind, let our experts do the work for you.
After (or before) installing CSF, APF or some other IPTABLES based firewall there is often a need to clear all existing rules before starting the firewall otherwise you wun the risk of locking yourself out of the server console.
The following suggestion will clear all IPTABLE firewall rules.
#!/bin/sh echo "Stopping firewall and allowing everyone..." iptables -F iptables -X iptables -t nat -F iptables -t nat -X iptables -t mangle -F iptables -t mangle -X iptables -P INPUT ACCEPT iptables -P FORWARD ACCEPT iptables -P OUTPUT ACCEPT
You may find it helpful to have a script on your server ready to run.
Changing the Login Password
Learn how to change the password that you use to log in to Plesk.