...
Edit the configuration file: C:\Program Files\MagicCollaborationStudio\configuration\application.conf. Search for seeds = , located under the section for the persistence Cassandra section, and replace: localhost with: ip_address_of_cassandra_node. Search for url =, located in the esi.auth section. Enter the IP address or FQDN (if accessing via FQDN) of your server.
If you are accessing TWCloud Admin via its FQDN, edit the configuration file: C:\Program Files\MagicCollaborationStudio\AuthServer\config\authserver.properties. Search for server.public.host and replace the IP address with the FQDN. Search for authentication.redirect.uri.whitelist, and append the following to the entry, https://FQDN:8443/webapp/
Please create a an entry in C:\Windows\System32\drivers\etc\hosts containing the local IP address and the FQDN of your machine, if accessing via FQDN. For example, if your IP address is 10.1.1.123 and your FQDN is mymachine.mydomain.local, it would be in the this form:
10.1.1.123 mymachine.mydomain.localOpen an administrative command prompt and issue the following commands in order to create service dependencies:
scconfig
authserver
depend=
teamworkcloud
sc config webapp depend= teamworkcloud
Open the Task Manager and restart the authserver, teamworkcloud, and webapp services.
In your web browser, go to https://localhost:8443/webapp (if default options are used) to open Magic Collaboration Studio.