Hive FAQ

Short answers to the common questions about Hive.

Hive FAQ

Short answers to the common questions about Hive.

Related:


#Why does the address start with 127.0.0.1?

That is your own machine. The portal binds locally only, so nothing outside your device can reach it, and no account or cloud login is needed to view it.

#A panel says "unreachable." Is my data gone?

No. It means the service that owns that panel is not answering right now. Doctor restarts crashed services automatically, and the panel recovers on its own once the service is back. The health page shows which service, and since when.

#The whole page went to the readiness screen. Now what?

Wait a moment. The readiness screen means the stack is not fully healthy yet, and it dismisses itself the instant it is. If a tile stays on the error state, that service needs attention, and the health page's live logs are the first place to look.

#Does Hive store my credentials?

No. Hive passes your session through to the services that own your data and stores nothing itself. Signing in creates your credential on your machine, managed by Honeycomb, not by the portal.

#Do I need to use the terminal?

Rarely. The installer sets everything up. Day to day you only touch the browser at http://127.0.0.1:3853. The command line has a few commands for completeness.

#What do the bee icons mean?

Each service uses five states drawn as distinct shapes so they read without color: an empty cell for starting, a settling bee for warming, a wide-winged bee for active, a one-winged bee with a caution mark for degraded, and a bee on its back for error.

#Why is there only one address to remember?

The Apiary runs several services, each on its own port. Hive is the single origin that serves the whole dashboard, so you bookmark one address and Hive reaches every other service over local loopback on your behalf. No port hunting, no tab juggling.

#Is the portal exposed to the network?

No. It binds to 127.0.0.1 with no way to override the host or port, so it is reachable only from your own machine.

#Does uninstalling Hive fully remove it?

Removing the service stops the portal and prevents it from starting on the next boot, but it does not remove Hive's entry from Doctor's registry. To make Doctor forget Hive as well, edit the Doctor registry file by hand. This is a known, stated gap.