YOUR CHALLENGE: < 10 MINUTES

Launch Your First Dashboard. Today.

It's that simple. Copy-paste a code snippet to your ESP8266 or ESP32, send a test reading, and watch it update instantly. In just minutes, you'll go from setup to a live, automated dashboard.

1 · Get Free Account
2 · Your ESP Device
3 · Flash & Copy Code
4 · Add Automation Rule
HTTP · REST · Simple
Follow our simple path to connect your ESP and send data via HTTP.
START PROJECT
MQTT · Real-time · Efficient
Perfect for high-performance, real-time automation. Connect using MQTT.
START PROJECT
Want to explore alternative methods, boards, or services?
EXPLORE ALL GUIDES
Dashboard 1
Dashboard 2
Dashboard 3

Virtuino Cloud Dashboards

Design stunning, high-performance IoT dashboards tailored to your hardware. Visualize real-time telemetry, track data logs, and orchestrate smart automation instantly. Share dashboards with your team or clients in a single click.

Tablet View
Mobile View

Download New Virtuino App

Monitor, manage, and instantly access all your personal IoT cloud dashboards on the go. Available now as a native mobile application for both iOS and Android.

Mobile App 1
Mobile App 2

Instant Native Mobile Apps

Turn any IoT dashboard into a fully functional Android & iOS application in just 5 minutes. Download the native source code, customize the UI with your own corporate identity, and deliver a tailored white-label app directly to your clients.

telemetry_processor.js
const processData = (input) => {
  let telemetry = JSON.parse(input);
  
  // Filter and adjust values on the cloud
  if (telemetry.temp > 25) {
    telemetry.status = "ALARM_ACTIVE";
    Virtuino.triggerAlert("High Temp!");
  }
  
  return telemetry;
};

Cloud JavaScript code Editor

Write custom JS script directly on the cloud. Parse, modify, and process raw incoming payload telemetry from your edge devices dynamically before it hits your database.

Automation Scheduler

Automated Cloud Scheduling

Create precise, event-driven automation schedules. Control your IoT devices and infrastructure effortlessly in real time.

Rules & Automation
Virtuino Cloud Rules Engine
🔔 VIRTUINO CLOUD now
Temperature Alarm: Value is higher than 25°C!
📧 EMAIL ALERT
admin@virtuino.io
Rule Triggered: Temp > 25°C

Smart Rules & Alerts

Define intelligent trigger conditions for any hardware event. Instantly dispatch real-time push notifications to your mobile devices and detailed email alerts the exact moment a threshold is crossed.

📊
EXPORT CSV
📂 HISTORY MONITOR
13:09:40kitchen33.0
13:11:06kitchen33.0
02:05:13living_rm22.0
02:05:21living_rm22.4
02:12:43garden71.0

Advanced Data History

Monitor your logged historical data instantly with deep telemetry tables. Search, filter by time range, and export everything into clean CSV sheets for desktop analytics and report extraction.

Supported IoT Devices

Multi-Protocol Connectivity

Connect any hardware — from ESP8266 & ESP32 to Raspberry Pi and industrial PLCs. Virtuino Cloud supports the industry's most widely adopted IoT protocols out of the box.

  • Native MQTT Support
  • HTTP REST API
  • Real-time WebSockets
  • HTTP to MQTT Gateway
  • SSL/TLS Encryption
  • Multi-Broker Bridge