Single Server Installation

The simplest way to deploy Kasm Workspaces is to install all application services on a single server. End-user sessions will also be provisioned on this server. All interior docker communication occurs within the single server and there are no special configurations required.

Please read through the entire process before getting started.

For help please see Help and Support.

../_images/single_install2.png

Single Server Architecture

Ports and Protocols

In the Single Server configurations all services communicate via internal docker networks. Only access to the Web Application and port 3389 for RDP gateway access (if desired) needs to be exposed.

Source

Destination

Port

Notes

End User

Kasm Workspaces

443

Web Application

End User

Kasm RDP gateway

3389

RDP Thick Client Access

Installation Guide

Please review the System Requirements before beginning.

Tip

Kasm provides a Sizing and Deployment Guide to aid in determining hardware specifications for large scale deployments.

  • Download the latest version of Kasm Workspaces to /tmp

  • Extract the package and run the installation script.

Install Files
Installer

Contents

URL

SHA256

Installer Bundle

https://kasm-static-content.s3.amazonaws.com/kasm_release_1.17.0.bbc15c.tar.gz

b228834cc0bbbe6b3f513783b5f8942146202f44c851d17ae3120d954a2786fe

Offline AMD Images

Contents

URL

SHA256

Services

https://kasm-static-content.s3.amazonaws.com/kasm_release_service_images_amd64_1.17.0.bbc15c.tar.gz

c01fa731173ec40e6b689d249205a0a6f5abed34e948e836398e93bfbfa3dbce

Workspaces

https://kasm-static-content.s3.amazonaws.com/kasm_release_workspace_images_amd64_1.17.0.bbc15c.tar.gz

4df2fe52d0dc7f4e1649bf523e99ee3774c54b4149456c626de04ad513232e2c

Plugin

https://kasm-static-content.s3.amazonaws.com/kasm_release_plugin_images_amd64_1.17.0.bbc15c.tar.gz

0a8ca7a990663821c8fae356583160cde6517bedbbb920f05a75b91fdc14b3a9

Offline ARM Images

Contents

URL

SHA256

Services

https://kasm-static-content.s3.amazonaws.com/kasm_release_service_images_arm64_1.17.0.bbc15c.tar.gz

51dee76debde5933aa25c32d1424d5aa02b08cef837af8950635d43fea49be4c

Workspaces

https://kasm-static-content.s3.amazonaws.com/kasm_release_workspace_images_arm64_1.17.0.bbc15c.tar.gz

1560cd17187e4cde351923c7dd15a2e206a8863e00373565f390c6874ff20e22

Plugin

https://kasm-static-content.s3.amazonaws.com/kasm_release_plugin_images_arm64_1.17.0.bbc15c.tar.gz

37a7645588cde806dda6d84dc13acc13d0fae9ae15bd9669c8229f82f1fde95d

cd /tmp
curl -O https://kasm-static-content.s3.amazonaws.com/kasm_release_1.17.0.bbc15c.tar.gz
tar -xf kasm_release_1.17.0.bbc15c.tar.gz
sudo bash kasm_release/install.sh
  • Log into the Web Application running on port 443 at https://<WEBAPP_SERVER>

  • The Default usernames are admin@kasm.local and user@kasm.local. The passwords will be randomly generated and presented at the end of the install unless the --admin-password or/and --user-password are specified.

../_images/login5.webp

Default Login Window

Licensing the server during install?

Note

If you have an Activation Key it can be passed to the installation script and activation will be completed on your behalf as part of the install. Create a file for the Activation Key e.g. activation_key.txt and paste in the Activation Key you received in you confirmation email. When running the install.sh use the parameter -a or --activation-key-file so your command might look something like this sudo bash kasm_release/install.sh -a activation_key.txt. This will not work with an offline air-gapped install, as Kasm Workspaces must contact an activation server to complete licensing your installation. In a multi server install this option only applies to the database role.

Need to install Kasm on a different port?

Note

If you would like to run the Web Application on a different port pass the -L flag when calling the installer. e.g sudo bash kasm_release/install.sh -L 8443

Install Video Tutorial

This video walks through installing Kasm Workspaces on a single system.

Install troubleshooting

The install.sh script creates a log file as it runs, this file is removed upon completion of a successful installation. However, if something does go wrong the logfile will be available from the directory the install.sh script was executed from in the format kasm_install_${TIMESTAMP}.log. This file will be important for diagnosing the error that caused the installation to fail and will be requested when submitting a support ticket with Kasm Technologies.