Skip to content
Snippets Groups Projects
Verified Commit 080b9b6d authored by Adrián Rošinec's avatar Adrián Rošinec
Browse files

usage of windows

parent bb248821
No related tags found
No related merge requests found
......@@ -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