During the install on a VPS I get the error “Can’t find filesystem to check or filesystem not mounted with quota option.” What’s wrong?
November 12, 2012InterWorx Control Panel Installation Overview
November 15, 2012
How to: Activate Your InterWorx Control Panel License
Prerequisites
- A fully installed InterWorx Control Panel server with no active license keys applied.
- 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.
Interactive Activation Procedure
- Login to your InterWorx Control Panel server via SSH and become the root user.
- Run the goiworx.pex script.
[email protected]# cd /usr/local/interworx/bin
[email protected]# ./goiworx.pex
- Enter your license key when prompted.
+----------------------------------------------------------------------+
| Go! InterWorx |
+----------------------------------------------------------------------+
+----------------------------------------------------------------------+
| License Key Setup |
+----------------------------------------------------------------------+
Please enter license key: INTERWORX_XXXXXXXXXX
You entered 'INTERWORX_XXXXXXXXXX'.
- Setup the main NodeWorx user. This will be the administrator account for the InterWorx Control Panel installation.
+----------------------------------------------------------------------+
| Default NodeWorx User Setup |
+----------------------------------------------------------------------+
e-mail address: [email protected]
password: your-password
confirm : your-password
- Once the goiworx scripts ends, login to NodeWorx by going to https://:2443/nodeworx/ using the e-mail address and password you setup in the previous step.
Scripted Activation Procedure
- Login to your InterWorx Control Panel server via SSH and become the root user.
- Run the goiworx.pex script with the following parameters
# Note: Make sure the below is all one line. Replace LICENSE_KEY, EMAIL, and PASSWORD
~iworx/bin/goiworx.pex --key=LICENSE_KEY --email=EMAIL --password=PASSWORD --ignorechecks
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.