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

Getting app instances installed

jorfermo

Regular Pleskian
Hi all.

Is there any way to get a list of who has installed an aplicaction (for example phpBB) from the control panel through command line.

Thanks in advance!!
 
Please run query for PSA database
SELECT * FROM siteapppackages;
 
Follow these steps :
cd %plesk_dir%
cd mysql\bin
mysql -uadmin -padmin-password -P8306 psa

John S.G.
 
Back
Top