Skip to content
Malachi Soord edited this page Jun 1, 2024 · 8 revisions

I forgot my login data, how to reset the password?

Your login username and encrypted password is save in the data/MyConfig.json. Open the file with a texteditor and remove the password or username entry. TasmoAdmin will ask for a new username and password now.

IIS Compatibility

#136

Freeup disk space

You can now free up some diskspace or clean your installation. To do that, simply add actions?clean=keys to the end of the URL

Replace keys with what you want to cleanup
Keys:

  • i18n
  • sessions
  • firmwares
  • config
  • devices

You can delete multi types at once if you seperate them with a underscore _

E.g. to clean all:

http://192.168.178.xx/actions?clean=i18n_sessions_firmwares_config_devices

This will free up some space from old sessions (since sessions lifetimes are 1 year) or delete corrupted config. But you need to be logged in to clean.