Hi Jockem,
Which version of Nanocloud are you using ?
It looks like you are having an issue with the Windows remote session. Does Nanocloud reports Windows as booted ?
Looking at the logs will help you to figure out what happened. Depending on how you installed Nanocloud you can access the log this way (from the nanocloud root directory) :
(if you installed it using the one-liner install from the README)
docker-compose -f modules/docker-compose-build.yml logs
(if you run a manual build from Github)
docker-compose -f modules/docker-compose-dev.yml logs
(if you run the dev environment)
Looking at the log, I could help you to determine what happened.
About browser compatibility, we are currently working on a new web interface (available if you clone the repository) that should solve the issues.
Cheers,
Olivier Berthonneau