• 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.

Multiple Domain Question

E

ecollins

Guest
Ok here is what I am looking for.

I would like a way I can add multiple domains at the same time.

Like say I register 30 domains, I want to be able to
go to the control panel and click add domain and add all 30 at once, is there any way this is possible in plesk?


THanks
 
From within the CP no. You could use the command line utils located at:

/usr/local/psa/admin/bin

such as domainmng script:

Usage: domainmng [OPTIONS]...

(--add-domain | --remove-domain) --domain-name=<domain_name>
create/delete domain dumps dir
(--turn-on | --turn-off) --domain-name=<domain_name>
turn on/off domain
--rename-domain --old-domain-name=<old_domain_name> --new-domain-name=<new_domain_name>
rename <old_domain_name> to <new_domain_name>
-h, --help
display this help and exit
 
Back
Top