Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !
WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure. Join the pilot program today!
Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.
Is it safe to change the SSH port to something non-standard on Plesk 7.5? None of my users are allowed ssh access, so I'm really just checking to make sure it won't affect the CP in any way.
Depends on your OS, but on Red Hat/CentOS/Fedora machines you have to edit /etc/ssh/sshd_config (insert Port 2222 for instance) and restart the SSH service.
Originally posted by breun Depends on your OS, but on Red Hat/CentOS/Fedora machines you have to edit /etc/ssh/sshd_config (insert Port 2222 for instance) and restart the SSH service.
When you login the current working directory is your home directory. If you're logging in as root this is /root. This doesn't really matter as /etc/ssh/sshd_config is an absolute path and you can just open that file with any text editor you like. (You could 'cd /etc/ssh' to change the working dir to the dir where the sshd_config file is located if you'd want to.)
If this is all not clear to you then you might want to first learn a thing or two about basic command-line operations. The Introduction to Linux guide might be a good starting point.