Plesk panelde hangi sitenin hangi IP leri kullandığını görebilmek için SSH ile bağlantı yaptıktan sonra aşağıdaki komutu yazdığınızda liste olarak sitelerin IP adreslerini verecektir.
plesk db “select d.name, ipa.ip_address from domains d left join DomainServices ds on d.id = ds.dom_id left join IpAddressesCollections ipc on ds.ipCollectionId = ipc.ipCollectionId left join IP_Addresses ipa on ipc.ipAddressId = ipa.id where ds.type = ‘web’ order by d.name”