• 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.

Fresh Install Issues

G

graeme wingate

Guest
Hi Guys,

Just done a fresh install of 10.4.4 via command line, all looks to have gone well.

Tried to go to the https://<ip>:8443 to start it and the page times out. I know in the help files it says "server power user credentials" does this mean I can't do it via my web browser?

All the best
GW
 
This means when you go to https://<ip>:8443 you can log in with your root (superuser) password.

From the command line this is how you start stop it:

Parallels Plesk Panel for Linux:

~# /etc/init.d/psa stop
~# /etc/init.d/psa start

Parallels Plesk Panel installed on FreeBSD server in versions prior to 8.1:

~# /usr/local/psa/rc.d/psa stop
~# /usr/local/psa/rc.d/psa start

Parallels Plesk Panel on FreeBSD since version 8.1:

~# /usr/local/etc/rc.d/psa.sh stop
~# /usr/local/etc/rc.d/psa.sh start
 
Back
Top