Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

KASM Docker help

Featured Replies

I would post this in the container sub-section but I am unable to find it.

 

Has anyone installed this docker container? I have it installed but cannot log into it as none of the credentials work.

 

I have tried '[email protected]' and '[email protected]' with a password during the install wizard but I am getting invalid login.

 

Does anyone else have any suggestions?

If you installed linuxserver's version from Community Applications, you should seek help on their discord server.

  • 3 weeks later...
  • Author

Hi all,

 

I actually went to linuxserver.io channel, they said to come here, then when I mentioned what was said to come back here, they made mention to using the #other-support where no one else responded.

 

Just wanted to provide a small update. I still do not have this working. Some kind soul took pity on me and as a test found that he too was having the same issue BUT he was able to resolve his issue, I tried his fix and this did not fix my issue.

 

I tried the reset pass method that someone else pointed to with no effect. I was told the issue was the fact that some of the dockers in the container were resetting all of the time, right now the kasm.api docker is resetting 1 time a min.

 

I tried to redeploy using /mnt/user/appdata/kasmdata path, then was told that was a fuse mount issue to try /mnt/cache/appdata/kasmdata, this also did not work.

I tried to deploy using /mnt/disk2/kasm, same behavior

I tried PUID 99 and PGUID 100, same behavior

In all cases the kasm.api docker keeps resetting

 

Executing /usr/bin/kasm_server.so
Received config /opt/kasm/current/conf/app/api.app.config.yaml
Using parameters --enable-admin-api --enable-client-api --enable-public-api
cheroot/__init__.py:13: UserWarning: Module cheroot was already imported from /tmp/_MEIjFKZpX/cheroot/__init__.pyc, but /tmp/_MEIjFKZpX/cheroot-8.6.0-py3.8.egg is being added to sys.path
cheroot/__init__.py:13: UserWarning: Module more_itertools was already imported from /tmp/_MEIjFKZpX/more_itertools/__init__.pyc, but /tmp/_MEIjFKZpX/more_itertools-8.12.0-py3.8.egg is being added to sys.path
cherrypy/__init__.py:112: UserWarning: Module cherrypy was already imported from /tmp/_MEIjFKZpX/cherrypy/__init__.pyc, but /tmp/_MEIjFKZpX/CherryPy-18.1.1-py3.8.egg is being added to sys.path
cherrypy/__init__.py:112: UserWarning: Module portend was already imported from /tmp/_MEIjFKZpX/portend.pyc, but /tmp/_MEIjFKZpX/portend-2.6-py3.8.egg is being added to sys.path
cherrypy/__init__.py:112: UserWarning: Module tempora was already imported from /tmp/_MEIjFKZpX/tempora/__init__.pyc, but /tmp/_MEIjFKZpX/tempora-5.0.1-py3.8.egg is being added to sys.path
2022-10-28 13:00:48,054 [INFO] root: Performing Database Connectivity Test
2022-10-28 13:00:48,578 [INFO] root: Added Log Handler
2022-10-28 13:00:53,442 [INFO] admin_api_server: AdminApi initialized
2022-10-28 13:00:53,500 [DEBUG] admin_api_server: Provider Manager Initialized
2022-10-28 13:00:53,525 [DEBUG] client_api_server: Provider Manager Initialized
Terminated

 

In each case I get login failed and can never access kasm. I cannot get any help from anyone so I have lost hope.

 

I don't have anything special on my unraid, its almost default except with some addons for the gui, it is running 6.10.0 though as I cannot get the latest version to actually run correctly, so I rolled it back to this version.

  • Author
On 10/12/2022 at 7:36 AM, enngineer said:

You can reset [email protected] password to default one as described here:
https://kasmweb.com/docs/latest/how_to/admin_account_recovery.html

 

I tried and it worked. 
 

BUT if you copy/paste the psql shell commands described in 2. you have to add a space right before  '[email protected]' in order not to receive a syntax error message.

 

I tried this, it did not work for me. Sadly.

  • 3 months later...
On 10/28/2022 at 6:16 AM, arch1mede said:

I tried this, it did not work for me. Sadly.

Is your install wizard completeing after you launch the container and choose which apps you want to install? When i choose more than a couple apps, mine is hanging and not finishing. I tested with just doing one or two apps and watched the progress in the container, and one of the last steps is provisioning the user accounts. So if the install wizard is not completing, the admin and user accounts will not get provisioned.

 

I am looking for how to troubleshoot why my installation wizard is not finishing, and i came across your post so it thought I'd chime in

  • 1 year later...

Have similar errors, Ive installed it, it boots up, asks for my Admin and User password to save.

Then it goes initiating and crashes with an error

 

Tried like 4-5 different version images, im unaware what kasm is not receiving.

image.thumb.png.4fc02240f4170d9d2592874d06e001f7.png

 

  • 2 months later...

@arch1mede@ChatNoir@enngineer@mmwilson0@neighboring-ferryman2976
Actually https://kasmweb.com/docs/latest/how_to/admin_account_recovery.html is available, but needs a little modification.
Firstly, we need to check the usernames in this users database. For example, if I am currently using the admin, you can modify them [email protected] It must be ineffective

#Based on this SQL query, we have identified the user we need to modify

root@327f895b9137:/# docker exec -it kasm_db psql -U kasmapp -d kasm

kasm=# select * from users;


#What I found here is  `admin`, so you need to change the string after `username` to `admin`
update users set pw_hash = 'fe519184b60a4ef9b93664a831502578499554338fd4500926996ca78fc7f522', salt = '83d0947a-bf55-4bec-893b-63aed487a05e', secret=NULL, set_two_factor=False, locked=False, disabled=False, failed_pw_attempts = 0 where username ='admin';


I hope it can help you because I just succeeded. If you have any questions, you can @ me

  • 8 months later...

Unraid version: 7.0.1

 

After multiple attempts at installing Kasm and playing around with the previous password resets, I finally succeeded with the following:

  • Install the Kasm Docker App with the passwords for Admin and User set to 'password'.
    • As crazy as it sounds I was able to login without issue to the Admin and User accounts.
  • Change the password to something more secure.
    • Kasm insists on 1 uppercase, 1 lowercase, 1 number and 1 symbol.

I don't believe I did anything else different on this attempt but it seems to be running fine now.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.