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

listing domains on CLI

M

MykelS

Guest
hi,

apologies if this question has been asked before, i cannot find a response here or on google (or even the documentation) and im stumped.

does anyone know how to get a list of domains currently hosted?

i need just the domain names and it needs to be on the CLI - not through the web interface.

thanks,
mykel
 
# mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -e "select name from domains"
 
Back
Top