How to Activate Your InterWorx Control Panel License

Prerequisites

  1. A fully installed InterWorx Control Panel server with no active license keys applied.
  2. An InterWorx Control Panel license key. License keys can be purchased through any authorized InterWorx Control Panel Reseller Partner

Purpose

This how-to will walk you through the process of installing / activating an InterWorx Control Panel license key on your InterWorx server.

Procedure

  1. Login to your InterWorx Control Panel server via SSH and become the root user.
  2. Run the goiworx.pex script.
root@server# cd /usr/local/interworx/bin
root@server# ./goiworx.pex
  1. Enter your license key when prompted.
+----------------------------------------------------------------------+
|                            Go! InterWorx                             |
+----------------------------------------------------------------------+

+----------------------------------------------------------------------+
|                          License Key Setup                           |
+----------------------------------------------------------------------+

Please enter license key: INTERWORX_XXXXXXXXXX
You entered 'INTERWORX_XXXXXXXXXX'.
  1. Setup the main NodeWorx user. This will be the administrator account for the InterWorx Control Panel installation.
  +----------------------------------------------------------------------+
  |                     Default NodeWorx User Setup                      |
  +----------------------------------------------------------------------+

  e-mail address: admin@yourbox.com

  password: your-password
  confirm : your-password
  1. Once the goiworx scripts ends, login to NodeWorx by going to https://<your ip>:2443/nodeworx/ using the e-mail address and password you setup in the previous step.
You should NEVER rerun goiworx.pex on a server unless it's been completely reinstalled from scratch (the OS not just InterWorx); as this script not only installs the key but also creates the database. Rerunning it would completely destroy your existing InterWorx data and cause many problems, and so the system is designed to prevent this.

Troubleshooting

  • If you get any license activation errors be sure that your server time is correct.
  • If you are moving a license from one server to another you'll need to reset the IP of your license or open a support ticket and ask us to do it for you.
  • Make sure that license.interworx.com is resolvable and pingable from your server.
  • Verify that port 2443 is open both out and inbound to the server.