Skip to content

Install KASM WorkSpaces

We will be using the following documentation to install KASM here

Installing KASM

First, we are going to create a VM on Proxmox with at least their minimum requirements:

CPU 2 cores
Memory 4GB
Storage 50GB (SSD)

Next, we are going to use their install script:

cd /tmp
curl -O https://kasm-static-content.s3.amazonaws.com/kasm_release_1.17.0.7f020d.tar.gz
tar -xf kasm_release_1.17.0.7f020d.tar.gz
sudo bash kasm_release/install.sh

After that, we can log in to KASM in our browser:

  • Log in to the Web Application running on port 443
https://<WEBAPP_SERVER>:443
  • The Default usernames are admin@kasm.local and user@kasm.local.

After installation, you will be presented with the passwords needed to log in, like so:

Kasm UI Login Credentials

------------------------------------
  username: admin@kasm.local
  password: swrAJdByKxxxx
------------------------------------
  username: user@kasm.local
  password: 71iz7edIxxxxx
------------------------------------

Kasm Database Credentials
------------------------------------
  username: kasmapp
  password: TdoS9mRue9Dxxxxx
------------------------------------

Kasm Redis Credentials
------------------------------------
  password: wopdPTIfgXJ7xxxxx
------------------------------------

Kasm Manager Token
------------------------------------
  password: 9wGjbDJRyP4wxxxxxxx
------------------------------------

Service Registration Token
------------------------------------
  password: d4FYZx2EOEx1xxxxxxxxx
------------------------------------

After our tutorial, if you would like to go into more depth, you can check out KASMs video here: