Don't worry about the hostname which you've used when ordering the license. That will only be a label for your license, but you may go ahead and install it on whatever hostname you would like to. Centova Cast will bind to all the IP addresses that are available on your server and will be accessible from all those IPs and from all domains/subdomains that point to any of those IPs
As for installing the new license key, in place of your trial license, please follow this procedure:
To install a new license key, first use the following command to replace your key:
echo "LICENSE_KEY=your-license-key-here" > /usr/local/centovacast/etc/license.conf
Make sure to replace 'your-license-key-here' with your actual license key.
Delete the current license information already stored on your server by running the following command:
rm -f /usr/local/centovacast/etc/license/license.key
Restart Centova Cast:
/etc/init.d/centovacast restart
And finally, use the following command to update the web interface:
/usr/local/centovacast/bin/ccmanage cronjob --job=pollhosts --force
If you don't see any error messages, then you have successfully installed your new license key.