Can I create an account via SSH? Print

  • 0

Sure you can, you can use any of the following commands, you will need NodeWorx -u installed (interworx-cli):

To make a new package:

nodeworx -u -n -c Siteworx -a add --master_domain cli.com --master_domain_ipv4 1.2.3.4.5 --master_domain_ipv6 0 --uniqname cli --nickname cli --email cli@cli.com --password [PASSWORD] --confirm_password [PASSWORD] --create_package 1 --new_package_name test --OPT_STORAGE 1000 --OPT_BANDWIDTH 1000 --OPT_EMAIL_ALIASES 1000 --OPT_EMAIL_AUTORESPONDERS 1000 --OPT_EMAIL_BOXES 1000 --OPT_EMAIL_GROUPS 1000 --OPT_FTP_ACCOUNTS 100 --OPT_MYSQL_DBS 1000 --OPT_MYSQL_DB_USERS 100 --OPT_POINTER_DOMAINS 1000 --OPT_SLAVE_DOMAINS 1000 --OPT_SUBDOMAINS 1000 --OPT_BACKUP 1 --OPT_CGI_ACCESS 1 --OPT_CRONTAB 1 --OPT_DNS_RECORDS 1 --OPT_RESOLVE_XFERLOG_DNS 1 --OPT_SSL 1 --OPT_BURSTABLE 1 --OPT_SAVE_XFER_LOGS 1

 

To make one without a new package:

nodeworx -u -n -c Siteworx -a add --master_domain cli.com --master_domain_ipv4 1.2.3.4.5 --master_domain_ipv6 0 --uniqname cli --nickname cli --email cli@cli.com --password [PASSWORD] --confirm_password [PASSWORD] --OPT_STORAGE 1000 --OPT_BANDWIDTH 1000 --OPT_EMAIL_ALIASES 1000 --OPT_EMAIL_AUTORESPONDERS 1000 --OPT_EMAIL_BOXES 1000 --OPT_EMAIL_GROUPS 1000 --OPT_FTP_ACCOUNTS 100 --OPT_MYSQL_DBS 1000 --OPT_MYSQL_DB_USERS 100 --OPT_POINTER_DOMAINS 1000 --OPT_SLAVE_DOMAINS 1000 --OPT_SUBDOMAINS 1000 --OPT_BACKUP 1 --OPT_CGI_ACCESS 1 --OPT_CRONTAB 1 --OPT_DNS_RECORDS 1 --OPT_RESOLVE_XFERLOG_DNS 1 --OPT_SSL 1 --OPT_BURSTABLE 1 --OPT_SAVE_XFER_LOGS 1



You'll need to change these:

  • master_domain to your domain.
  • master_domain_ipv4 to your Shared IP address.
  • uniqname to a unique username or 0 to ignore it.
  • email to your account email address whatever you wish.
  • [PASSWORD] to a password you wish to have.

Was this answer helpful?

« Back