%include file="/pageheader.html"/>
<%from kaithem.src import directories, settings
import os%>
KSettings
Settings and Tools
Help
- Help
- View help for this server
Settings
- My Account
- View and edit your account and security info
- System Settings
- View and edit system global settings
WARNING: Yappi has High CPU use, may crash on rasPi or similar.
- Users and Groups
- Manage users, Groups, and Permissions
- Idle Status Reporting
- Show idle/screen lock status of this browser in the admin page. Mostly useful for kiosks.
- Set ALSA mixer volume to full
- Quick shortcut to fix too-quiet Linux audio settings
Logging
- System Logs
- View system and debug logs
- Message Bus Logs
- View recent logs from the message bus, choose what topics are logged to the system log.
- Failed Login Attempts
- View IPs that have recently attempted to log in with an incorrect password
File Management
- File Manager
- Download, upload, view, and delete files on the filesystem(But only those Kaithem can access)
- File Manager(Kaithem var dir)
- Download, upload, view, and delete files on the filesystem(But only those Kaithem can access)
Status
- Tag Points
- View Tagpoints
- Processes
- View processes running on the server(Depends on the unix utility top)
- Kernel Messages
- View dmesg output
- Threads
- View Kaithem Threads on the server.
- Profiler
- Measure and profile the application performance(Depends on the module yappi.)
- Set Time
- Set time based on time reported by browser(Kaithem must run as a user with passwordless sudo)
Utilities
- Object Inspector(Explore starting from the list of modules)
-
- Trigger Python garbage collection
- Try this if you have objects sticking around when you think they should not be.
- MDNS
- View HTTP services on the LAN
- UPnP Scanner
- View all port mappings reported by UPnP routers
- Environment
- Environment vars as seen by kaithem
- Click to stop all sounds playing on the server.
Places
- vardir
- Kaithem's main data folder
%if os.path.exists("/home/pi"):
- "pi" user home folder
- On Raspberry pi, the home folder for the default user
%endif
<%include file="/pagefooter.html"/>