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.
Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
The BIND DNS server has already been deprecated and removed from Plesk for Windows.
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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
I know lots of people with the same problem, but SWSOFT doesn't seem to care. I have to migrate 3 8.2-Servers and get the same error message every time I start a migration: "Some fields are empty or contain an improper value." All servers (include source) running Plesk 8.2.
Is there nobody at SWSOFT to give us at least an idea what the problem is.
The problem most probably is in the source server for the migration. Check /var/log/messages file on the source server while starting the migration. If you see the message like "no more session" it means that you have openssl compiled with the limited number of session. It should be recompiled.
Also, Plesk migration manager uses SSH version 2 protocol. version 1 is not supported.
It can also be this bug in Openssl: https://bugzilla.mindrot.org/show_bug.cgi?id=1264
Many thanks Julia,
I have indeed a 'SSHD error: no more sessions' message. I am running openssl 0.9.7g. However I could not find any option or parameter to increase the number of available sessions.
Have you any idea ?
The openssh-server on the source server should be recompiled from source rpm packages (src.rpm), you should edit .spec
file, there should be the option to increase the number of sessions, then build package with for example:
/usr/bin/rpmbuild --rebuild openssl-0.9.7a-35.src.rpm
then install with
rpm -Uvh --force /usr/src/suse/RPMS/i386/openssl-0.9.7a-35.i386.rpm