{% extends "base.html" %} {% block title %}Welcome · Solisdash{% endblock %} {% block content %}

Welcome to Solisdash

No setup found. Tell Solisdash where MongoDB lives and how to reach SolisCloud, then create the first administrator. Each section has a Test button so you can confirm the values before saving.

{% if error %} {% endif %}
1. MongoDB

Where Solisdash will store users, samples, alarms, and daily totals. A local mongod works for single-user setups; use an Atlas mongodb+srv://… URI for hosted Mongo.

2. SolisCloud

The API credentials issued by SolisCloud (Account → "API Management"). Solisdash signs every call with these. You can fill these in later if you don't have them yet — the dashboard will boot and you can finish in Settings.

3. Administrator account

The first sign-in account. After saving, you'll be signed in automatically and dropped on the dashboard.

{% endblock %}