To create an interworx user from command line, first install CLI tool
yum install interworx-cli -y
Now to create a user, run
nodeworx -u -n -c Users -a add --nickname USER_NAME_HERE --email you@your-domain.com --theme heliotrope --password 'PASSWORD_HERE' --confirm_password 'PASSWORD_HERE' --perms NODEWORXUSER,LANGUAGES,THEMES,SWACCOUNTS,SHELLUSERS,PACKAGES,LOGIN,BRESTORE,IMPORT,RESELLER,APACHE,EMAIL,FTP,MYSQL,DNS,SSH,APIKEY,CRON,IPS,FIREWALL,UPDATES,GRAPHS,NFS,CLUSTERING,SETTINGS,IWORXLOGS,PHPMYADMIN,PLUGINS,SSL,REMOTEASSIST
In above command, replace following
USER_NAME_HERE
you@your-domain.com
PASSWORD_HERE repated 2 times.
See interworx
Leave a Reply