• 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

View Client/Domain Expiration Dates

G

gdhnz@

Guest
Can someone tell me how I can view Client and Domain Expiration Dates?

I know how to modify them but where do I go to find out what they are currently set to? I should be able to do this via Plesk without having to run a mysql query.
 
You can find it in Summary Report for doman/client.
In command line you can use following utility:
# /usr/local/psa/bin/domain_pref -i domain.tld | grep -i expir
Expiration date: Jan 23, 2022
 
Back
Top