How do I connect to my server to administer it?
With a Linux Server, you access the server via SSH. In order to do this you will need an SSH Client, of which we recommend PUTTY, your IP address and your user credentials. Once connected, you will...
View ArticleHow to run KDE on your Centos VPS
We have been asked a few times if it is possible to connect to a Linux VPS via a GUI. The answer is of course Yes! But some configuration is required. Below is a list of instructions that have been...
View ArticleHow do I restart Parallels Plesk Panel?
This can be done using the following commands when logged in as root via SSH on the Parallels Plesk Panel (PPP) server: Parallels Plesk Panel for Linux: [text]# /etc/rc.d/init.d/psa stopall #...
View ArticleBan IP after 3 incorrect login attempts
Using IPTABLES it is possible to monitor and deny SSH access to prevent Brute Force Attemtps. The simple rules below will allow monitor new SSH connections, and if multiple unsuccessful login attempts...
View Article