Cloudbaseit Free Rdp

  • By Cloudbase Solutions
  • Cloud
Channel Revision Published Runs on
latest/stable 7 18 Mar 2021
windows 2016nano windows 2016 windows 2012r2 windows 2012hvr2 windows 2012hv windows 2012
juju deploy cloudbaseit-free-rdp
Show information

Platform:

windows
windows 2016nano windows 2016 windows 2012r2 windows 2012hvr2 windows 2012hv windows 2012

Learn about configurations >

  • change-hostname | boolean

    The hostname set inside the newly spawned machine is usually the same as the name of the instance being spawned. In cases where the instance name is larger then 15 characters (maximum size for windows NetBios names), the instance name gets truncated to the first 15 characters. This creates a problem, as hostnames in active directory, for example, are very important. Having more then one machine with the same hostname try to join the same domain, will create trust issues. This option allows changing the hostname of the current running system to a combination of the first 14 (or less, depending on how many digits the unit number has) characters of the charm name and the unit number. While this is not infallible, It does have less of a chance of creating hostname conflicts.

  • debug | boolean

    Enable debug logging

  • http-listening-address | string

    Default: 0.0.0.0

    Http listening address

  • http-port | int

    Default: 8000

    Set non-SSL listener port. If omitted, no listener will be started

  • https-listening-address | string

    Default: 0.0.0.0

    Https listening address

  • https-port | int

    Default: 4430

    Set SSL listener port. If omitted, no SSL listener will be started.

  • installer-url | string

    Overwrite default installer location. If you use this option, you may enable file integrity checking by specifying an md5sum at the end of the URL as follows: https://example.com/installer.msi#md5=<hash>

  • redirect-http-to-https | boolean

    Redirect permanently to https If listeners for both SSL and non-SSL are configured, enabling this, will answer all requests on the non-SSL port with a HTTP redirect response pointing to the SSL port.

  • tenant-username | string

    Default: freerdp

    Tenant username required for keystone.

  • vcredist-url | string

    C++ Redistributable Packages install run-time components that are required to run C++ applications. It is required when the installer-url is an msi.

  • verbose | boolean

    Enable verbose logging