• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved Licence change: how can we retreive customers & domains

Erwan

Regular Pleskian
Hi all,
We have a server with Plesk Onyx.
Due to a renewal error, the license has expired. We took a new one and installed the key. We have good access to the dashboard again but "Website & domain" is empty (cf screen picture).
"Tools & settings" configuration are still here.
FTP access to the domains still work.

How can we retriece customers & and domain?

Thank you.
 

Attachments

  • screen.jpg
    screen.jpg
    74.6 KB · Views: 12
What is the output of command

# plesk repair db -n

?
 
Hi Igor,

# plesk repair db -n
Checking the Plesk database using the native database server tools .. [OK]
Checking the structure of the Plesk database ........................ [OK]
Checking the consistency of the Plesk database ...................... [OK]
Error messages: 0; Warnings: 0; Errors resolved: 0


No change.
 
What about:

# plesk db
mysql> select name from domains;

?
 
+---------------------+
| name |
+---------------------+
| ws01.mydomain.net |
| wstor10.mydomain.net |
+---------------------+
 
Try to fix it with the following commands:

# plesk installer --select-release-current --reinstall-patch --upgrade-installed-components
# plesk repair installation
 
For information, after support exchanges, the problem has been solved with:
#plesk bin poweruser --off
 
Back
Top