Account
Mobile app installation
Senal Ops can be installed from supported mobile browsers so responders can open the dashboard from the home screen in a standalone app-like experience.
What is supported
- The public site exposes a web app manifest with app name, icons, theme color, start URL, and shortcuts.
- Install icons are available for Android, Chrome, Safari, and Apple home-screen usage.
- A service worker is registered in production to satisfy browser install requirements and cache stable PWA assets.
- Page HTML, Next.js chunks, dashboard, admin, and API routes are intentionally excluded from service-worker caching.
Install on iPhone or iPad
- Open Senal Ops in Safari.
- Sign in if you want the installed app to open directly into your dashboard session.
- Tap the Share button.
- Choose Add to Home Screen.
- Confirm the name Senal Ops and tap Add.
- Open Senal Ops from the home-screen icon.
Install on Android
- Open Senal Ops in Chrome or another install-capable browser.
- Open the browser menu.
- Choose Install app or Add to Home screen.
- Confirm the install prompt.
- Open Senal Ops from the launcher or home-screen icon.
Troubleshooting
- If the install option does not appear, confirm the site is served over HTTPS in production.
- If you are testing locally, use the production build because service worker registration is disabled in development.
- If the installed app opens the public site, sign in and use Dashboard from the app.
- If stale public pages appear, close the installed app and reopen it after a fresh deployment.
Related documentation
Getting started
Set up Senal Ops, create your first monitor, configure alerts, and understand the main dashboard areas.
Team and access management
Invite users, assign organization roles, and manage service team membership.
Trust and security
Understand RBAC, audit logs, key handling, private routes, operational records, and enterprise readiness controls.