Installation PHP example TID This example uses TID authentication. This means that one Cyclorama can be shown without using a username/password combination. This method is designed for use on public websites on which the visitors are not known. You need a private key on your webserver which can be retrieved from CycloMedia. - PHP installation on webserver - convert pfx file to PEM file using openssl - Acquire AccountID and API key. - Edit TID.php : change #PEMBESTAND# , #ACCOUNTID# and #APIKEY# to the right values - put TID.php and PEM file on the webserver. (in this example in the same folder)