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.
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.
Topic can be closed. I have resolved issue by doing this:
sudo wget https://autoinstall.plesk.com/plesk.gpg && apt-key add plesk.gpg
sudo apt clean
sudo apt update
Little update. I made typo in command for debian keyring server. Instead of keyring.debian.org typed debian.keyring.org which, obviously, did not work.
So tried again:
sudo apt-key adv --keyserver keyring.debian.org --recv-keys BD11A6AA914BDF7E
Executing: /tmp/apt-key-gpghome.dBVBqDHUWm/gpg.1.sh...
Hey Peter, thank you for the answer.
I am sorry I forgot to add I've tried keyring.debian.org however it finished with output No name
In sources list I have only official Plesk repos for Debian 10.
Hey!
I have an issue with package updates. Since couple days I do receive below errors for all repositories:
GPG error: https://autoinstall.plesk.com/PHP73_17 buster InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY BD11A6AA914BDF7E
W...
Problem solved. I have uninstalled everything related to mail using apt -> installed only postfix and dovecot -> reconfigured domains and mailboxes -> works fine now.
Sorry for bothering. Topic can be closed
Issue with bind I have repaired - just listed installed packages and found "plesk-dns-bind-driver" was not installed. Logged in via ssh, did apt install plesk-dns-bind-driver, and now can edit dns in plesk panel.
However I still do not know how to solve 2nd issue with postfix and dovecot.
Hey!
Recently I have updated my server from Debian 9 to 10. During installation process also Plesk Obsidian was udpated to the latest one: 18.0.48 .
After installation I faced several issues with MariaDB, mail, dns and more. Most of them I've already fixed however 2 are still remaining...
Hey, I am terribly sorry. I spent Saturday night on making clients sites and mails live. (at least those are working).
Yes, I was logged in as root (first ssh by user -> su -> root pass -> root).
I've added plsk command location into path and not works like a charm - big thank you!
However now...
Hey,
plesk command itself gives an error "bash: plesk: command not found"
BUT I checked location you mentioned and it seems command itself is there, however to run it I have to go into /usr/sbin/ and then ./plesk
Hello,
Today I have updated my system from Debian 9 to 10. During installation process I have followed instructions posted here -> https://support.plesk.com/hc/en-us/articles/213410369-How-to-perform-dist-upgrade-procedure-on-Linux-server-with-Plesk-
I have plesk admin however got some...
Are you installing Wordpress using Plesk or you have another website saved on other server or your computer and you are sending files to the server?
For Wordpress installation - normally it goes to httpdocs/wordpress
For FTP - do you use builtin feature in Plesk to upload files to the server or...
I had same thing after upgrading to 17.5. However similar issue was in Plesk 11.
So - I have added to:
/etc/sw-cp-server/conf.d/plesk.conf
below line:
error_page 497 https://$host:$server_port$request_uri;
restarted sw-cp-server and issue has been fixed.
I have followed this article.