Tag: interworx

  • Create an interworx user from command line

    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 [email protected] --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
    [email protected]
    PASSWORD_HERE repated 2 times.

    See interworx

  • interworx

    To update interwrox license, run

    /usr/local/interworx/cron/license.pex --sync
    

    Configuration file for interwrox at

    /usr/local/interworx/iworx.ini
    

    Interworx login url

    https://SERVER-HOSTNAME:2443/nodeworx/index
    

    Webmail

    https://SERVER-HOSTNAME:2443/webmail/
    

    Create an interworx user from command line