Skip to main content

Dashboard Guide

The Arc Cloud dashboard at cloud.arc.basekick.net is your central hub for managing instances, running queries, and monitoring your data.

Instances

The Instances page lists all your Arc Cloud instances with their current status:

  • Running — Instance is active and accepting requests
  • Stopped — Instance is paused (no compute charges)
  • Error — Instance encountered an issue and needs attention

From this page you can create, start, stop, and delete instances.

SQL Console

Run SQL queries directly from your browser. The SQL Console provides:

  • A full-featured query editor
  • Results displayed in a sortable table format
  • Query history for quick re-runs

Use standard DuckDB SQL — window functions, CTEs, joins, and aggregations all work as expected.

Log Explorer

View instance logs in real-time. The Log Explorer helps you:

  • Monitor ingestion activity and query execution
  • Debug errors and connection issues
  • Filter logs by severity and time range

Retention Policies

Configure automatic data retention per database. Retention policies delete data older than a specified duration, keeping storage costs under control.

Set retention at the database level to match your data lifecycle requirements — for example, 30 days for raw logs, 1 year for aggregated metrics.

Continuous Queries

Schedule recurring SQL queries that run on a defined interval. Use continuous queries for:

  • Materialized views — Pre-compute expensive aggregations
  • Downsampling — Reduce high-resolution data to summary tables
  • Aggregations — Roll up raw events into hourly or daily summaries

Connection Details

View your instance endpoint URL and region. The admin token is shown once during provisioning. If you need a new token, restart the instance to regenerate it.

Billing

Manage your subscription from the Billing page:

  • View current plan and usage
  • Upgrade or downgrade tiers
  • View and download invoices
  • Monitor storage usage and overage charges

Team

Invite team members and assign roles:

RolePermissions
OwnerFull access, billing, delete organization
AdminManage instances, team members, and settings
MemberCreate and manage own instances, run queries
ViewerRead-only access to instances and query results

Settings

Configure organization-level settings and manage your profile, including display name, email, and notification preferences.