Before you can use quick install when initializing your player via the provisioning website, you must enable this option in the master.config file.
Note
Quick install enables initializing a player without providing IXM Platform credentials.
To enable quick install, perform the following steps:
Open the master.config file on the server.
Go to Provisioning.
Set the value of Provisioning:QuickInstallEnabled to true.
Save your changes and close the file.
<!-- Provisioning -->
<add key="ProvisioningServiceUrl" value="https://provisioning.grassfish.tv/gv2/webservices/provisioningservice/" />
<add key="Provisioning:QuickInstallEnabled" value="true" />