• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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