• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

CLI tool to list sites with IP addresses?

HostaHost

Regular Pleskian
Is there a command line tool to print out each domain and what IP address it's assigned to? Haven't had any luck finding one.
 
For particular domain you can do it with something like

# /usr/local/psa/bin/domain -i domain.com | grep 'IP Address'

Also you can try to write sql query for extracting this information from psa database.
 
Back
Top