Registering your Nuxeo application with Nuxeo Online Services will let you easily install patches and bug fixes, install addons from the Nuxeo Marketplace, or update your application with your Nuxeo Studio customization, all that directly from the Nuxeo Platform.
The registration process only copies a file on your file system. This enables the Nuxeo Online Services portal to identify the instance among all the registered instances. You can register multiple instances.
How to Register
To be able to register, you need to have a Nuxeo Online Services account.
Registration can be done using the nuxeoctl
script or through the Admin tab if the JSF UI addon is installed.
Registration does not require an Internet access. If your server cannot connect to the Internet, follow the offline registration steps. Otherwise, follow the online registration steps.
For development instances on which you may need to remove your data, you may need to re-register your instance.
nuxeoctl
. For more information, check the Token Management documentation.
Creating your Nuxeo Online Services Account
If you already have an account for Nuxeo Online Services, either because you are a Nuxeo customer, or because you created a trial account, you can continue to the Registering Online step. If not, follow those steps to get credentials to Online Services.
To subscribe to a Nuxeo Online Services trial:
- Go to the Nuxeo Online Services trial registration form.
- Fill in the form. Provide a valid email address or else registration will not be completed.
- Confirm registration by clicking on the link sent to the email address in the previous step. You can now download the Nuxeo Platform.
Registering Online Using nuxeoctl
The following method requires an Internet connection.
- Make sure your instance is stopped
// Linux and macOS
$ $NUXEO_HOME/bin/nuxeoctl stop
// Windows
$ .\$NUXEO_HOME\bin\nuxeoctl.bat stop
- Register the instance
// Linux and macOS
// Requires a Nuxeo Online Service account
$ $NUXEO_HOME/bin/nuxeoctl register
// Windows
// Requires a Nuxeo Online Service account
$ .\$NUXEO_HOME\bin\nuxeoctl.bat register
For more information about the nuxeoctl
script, read nuxeoctl and Control Panel Usage.
Registering Online through the Admin Tab
- Start your Nuxeo instance and connect as an administrator (Administrator/Administrator by default).
- Click on the Admin tab.
- In the Nuxeo Online Services tab, click on Register this instance. A Nuxeo Connect login window pops up.
- Authenticate to Nuxeo Online Services portal by giving your credentials.
- Select the project to associate with your instance. The pop-up closes. Your instance is now registered. You can now browse the various tabs of the Update Center area, and install addons from the Nuxeo Marketplace (see the page Installing a New Package on Your Instance).
Registering Offline Using nuxeoctl
Offline registration can be used when the server does not connect to the Internet. It allows to use hotfixes on the instance.
Since 10.3, the nuxeoctl
script allows you to register your instance offline using an existing Nuxeo Online Services account.
To register your instance for the first time:
On the offline server:
Make sure your instance is stopped:
// Linux and macOS $ $NUXEO_HOME/bin/nuxeoctl stop // Windows $ .\$NUXEO_HOME\bin\nuxeoctl.bat stop
Launch registration:
// Linux and macOS // Requires a Nuxeo Online Service account $ $NUXEO_HOME/bin/nuxeoctl register --offline // Windows // Requires a Nuxeo Online Service account $ .\$NUXEO_HOME\bin\nuxeoctl.bat register --offline
nuxeoctl will display a CTID to be used for registration.
Store the CTID in a file that you can use from another computer that can connect to the Internet.
From an Internet-connected computer:
- Go to the Nuxeo Online Services portal.
- Click on the
My Applications
tab - Click on the application name for which you want to register your Nuxeo Platform to access its settings.
- Click on the
Instances
tab - Click on the
Register Instance
button - Fill in the registration form and submit it. The instance is registered.
- Copy the identifier (CLID) from the instance you just registered.
On the offline server:
- In nuxeoctl, paste the identifier (CLID) from Nuxeo Online Services and confirm registration. The registration is approved and the registration summary is displayed. You can now use hotfixes on this instance for the duration of your subscription.
Registering Offline Through the Admin Tab
Offline registration can be used when the server does not connect to the Internet. It allows to use hotfixes on the instance and removes the Nuxeo Online Services registration message.
To register your instance for the first time:
On the offline server:
- Start your Nuxeo instance and connect as an administrator (Administrator/Administrator by default).
- Click on the Admin tab. The Nuxeo Online Services tab is displayed.
- Copy the instance technical identifier called CTID (ex:
Mac OS X-EbMKUsirT9WQszM5mDkaKAp=-BhnJsMDaabDHAQ0A300d6Q==
) displayed in the No network access? box. - Store the CTID in a file that you can use from another computer that can connect to the Internet.
From an Internet-connected computer:
- Go to the Nuxeo Online Services portal.
- Click on the
My Applications
tab - Click on the application name for which you want to register your Nuxeo Platform to access its settings.
- Click on the
Instances
tab - Click on the
Register Instance
button - Fill in the registration form and submit it. The instance is registered.
- Copy the identifier (CLID) from the instance you just registered.
On the offline server:
- In the Admin tab, fill in the instance description, paste the CLID from Nuxeo Online Services and click on the Register this instance button.
- In the Admin tab, fill in the instance description, paste the CLID from Nuxeo Online Services and click on the Register this instance button.
Renewing Registration for Your Nuxeo Instance
Renewing your Nuxeo instance registration can be done anytime while you have an active Nuxeo Online Services subscription using the nuxeoctl
script:
To renew the registration:
// Linux and macOS
// Requires an active Nuxeo Online Services subscription
// An internet connection
// And that instance is currently registered
$ $NUXEO_HOME/bin/nuxeoctl register --renew
// Windows
// Requires an active Nuxeo Online Services subscription
// An internet connection
// And that instance is currently registered
$ .\$NUXEO_HOME\bin\nuxeoctl.bat register --renew
Provided that your instance has internet access, this call can easily be automated using a cron / scheduled task. If for some reason your contract expires before you launch the command above though, you can still register your Nuxeo server instance as a new one by following the online of offline registration indications.
If your instance is not registered anymore but still uses hotfixes, you will receive specific warnings in the logs during startup explaining the situation.
If it happens, your Nuxeo instance will stop after a certain number of commits or when too many users are connected at the same time. You should make sure to register your instance as soon as you can to prevent this.
Re-Registering your Nuxeo Instance
If you have removed your data from your Nuxeo application, in case of a development instance, for example, you will need to register your instance again.
To re-register your instance:
- Log in to the Nuxeo Online Services portal.
- Click on the
My Applications
tab - Click on the application name for which you want to register your Nuxeo Platform to access its settings.
- Click on the
Instances
tab - Copy the Identifier of the instance you want to register.
In the Nuxeo Admin tab, paste this identifier in the CLID field and click on the Register this instance button.