• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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