Skip to content
Snippets Groups Projects
Commit cdef88c3 authored by Tomáš Sapák's avatar Tomáš Sapák
Browse files

Merge branch 'windows-in-cloud' into 'master'

usage of windows

See merge request cloud/documentation!17
parents b49e3587 080b9b6d
No related branches found
No related tags found
1 merge request!17usage of windows
......@@ -6,5 +6,6 @@
* [Advanced Features](/gui/README.md)
* [Command Line Interface](/cli/README.md)
* [Openstack Networking](/network/README.md)
* [Windows OS in cloud](/windows/README.md)
* [FAQ](/faq/README.md)
* [Contribute](/contribute/README.md)
# Accessing Windows instance
Windows host system for has RDP allowed for `Administrators` group. By default there are two users in this group:
- Admin - the password for this account is filled with `admin_pass` metadata in OpenStack, if no value is entered for this key, random password is generated. (could be used for orchestartion).
- Administrator - the password must be filled after instantiation of the system.
The next step is to create a security group, that will allow access to a port `3389` ([RDP protocol](https://en.wikipedia.org/wiki/Remote_Desktop_Protocol)) for the instance.
We recommend disabling those accounts, creating new ones in order to administer Windows instance in any production environment.
# Licensing
*TBD*
# Advanced users
- You may use all features of [cloudbase-init](https://cloudbase.it/cloudbase-init/) for Windows.
- Windows Server [hardening guidelines](https://security.uconn.edu/server-hardening-standard-windows/).
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment