Sharing Dashboards
Share dashboards publicly or with team members.
Public Dashboards
Make a dashboard publicly accessible via a unique URL. Anyone with the link can view it (but cannot control devices or modify the dashboard).
Publishing a Dashboard
To make a dashboard public:
- Open the dashboard you want to share
- Click the Share button in the top right
- Toggle Make Public on
- Optionally set a custom URL slug (e.g., "my-weather-station")
- Copy the public URL to share with others
https://dashboard.arest.io/public/your-slug
What Viewers Can See
Included
- All widgets and layout
- Real-time data updates
- Chart interactions (zoom, hover)
- Responsive layout
- Dark/light theme
Not Included
- Control widgets (read-only)
- Dashboard editing
- Widget configuration
- Historical data export
- Device management
Unpublishing
To revoke public access:
- Open the dashboard
- Click the Share button
- Toggle Make Public off
The public URL will immediately stop working.
Embedding Dashboards
Embed public dashboards in your website or application:
- Publish your dashboard (see above)
- Click Share and then Embed
- Copy the embed code
- Paste into your website's HTML
Embed code example:
<iframe src="https://dashboard.arest.io/public/your-slug?embed=true" width="100%" height="600"></iframe>The embed=true parameter hides navigation and shows only the dashboard content.
Security Considerations
Data Visibility
Public dashboards expose sensor data to anyone with the URL. Only share dashboards with data you're comfortable making public.
No Control Access
Public viewers cannot control devices, even if control widgets are visible. Controls are displayed as read-only.
URL Security
Use random or hard-to-guess slugs if you want some level of obscurity. Example: "home-monitor-x7k9m" instead of "home"
Use Cases
Public Display
Show weather station or air quality data on a public screen, TV display, or website.
Customer Monitoring
Give customers read-only access to see their equipment or environmental status.
Documentation
Embed live dashboards in tutorials or documentation to show real examples.
Community Projects
Share your IoT project dashboards with the maker community.
Sharing Limits
The number of public dashboards you can create depends on your plan:
| Plan | Public Dashboards |
|---|---|
| Free | 1 |
| Pro | 10 |
| Enterprise | Unlimited |