hermes - 💡(How to fix) Fix Mobile browser dashboard unusable — constant reloads and token rejection on Android [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
NousResearch/hermes-agent#28963Fetched 2026-05-20 04:00:56
View on GitHub
Comments
0
Participants
1
Timeline
4
Reactions
0
Participants
Timeline (top)
labeled ×4

Root Cause

1. Workspace UI (port 3000) — constant page reloads

The workspace UI constantly reboots/reloads on mobile browsers, making it completely unusable. Root cause appears to be the xterm.js terminal component which is too resource-heavy for mobile browsers.

Fix Action

Fix / Workaround

Motivation

Mobile access is important for users who need to monitor and manage their Hermes agent on the go. Chrome Remote Desktop works as a workaround but is not ideal for quick checks.

RAW_BUFFERClick to expand / collapse

Feature Request / Bug Report

Environment

  • Device: Samsung Galaxy (Android)
  • Hermes Version: v0.14.0
  • Access method: Tailscale IP (local network)

Issues

1. Workspace UI (port 3000) — constant page reloads

The workspace UI constantly reboots/reloads on mobile browsers, making it completely unusable. Root cause appears to be the xterm.js terminal component which is too resource-heavy for mobile browsers.

2. Dashboard (port 9119) — token rejection

The dashboard at port 9119 repeatedly rejects valid session tokens on mobile, requiring manual token entry each time.

Expected Behavior

A stable, usable interface for mobile users to monitor sessions, manage cron jobs, view logs, and interact with the agent.

Proposed Solution

  • Provide a mobile-optimized view that disables or lazy-loads the xterm.js terminal component on small screens
  • Or build a lightweight mobile-only dashboard mode (chat + sessions + cron, no terminal)
  • Fix token persistence on mobile browsers for the dashboard

Motivation

Mobile access is important for users who need to monitor and manage their Hermes agent on the go. Chrome Remote Desktop works as a workaround but is not ideal for quick checks.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

hermes - 💡(How to fix) Fix Mobile browser dashboard unusable — constant reloads and token rejection on Android [1 participants]