Included Services

Overview of available services

Siovos deploys a complete infrastructure stack. Here's what each service does and how to access it.

Core Services#

These services form the foundation of your infrastructure and are always deployed:

WireGuard — VPN to access all your services securely.

K3s — Lightweight Kubernetes distribution to orchestrate your containers.

Dnsmasq — Private DNS server for internal name resolution.

Step CA — Private certificate authority for HTTPS certificates. Don't forget to install the root certificate.

Optional Services#

Rancher#

Web interface to manage your Kubernetes cluster. Convenient for deploying apps, viewing logs, managing workloads without command line.

  • URL: https://rancher.{suffix}
  • User: admin
  • Password: set during deployment

Harbor#

Private Docker registry to store your container images.

  • URL: https://registry.{suffix}
  • User: admin

To push an image:

docker login registry.internal
docker push registry.internal/myapp:latest

PostgreSQL#

Managed database for your applications.

  • Host: postgresql.database.svc.cluster.local
  • Port: 5432
  • User: postgres

Mailpit#

Test mail server for development. Captures all emails sent by your apps.

  • URL: https://mailpit.{suffix}
  • SMTP: mailpit.mailpit.svc.cluster.local:1025

Umami#

Privacy-friendly web analytics, alternative to Google Analytics.

  • URL: https://analytics.{suffix}
  • User: admin

Add Services Later#

No need to install everything at once. You can add services later:

  1. Open your infrastructure → Services tab
  2. In the Available Services section, click Deploy
  3. Configure options if needed
  4. The service is ready in a few minutes

Access Credentials#

All passwords are stored locally in Siovos Desktop. To find them:

  1. Open your infrastructure
  2. Click on the relevant service
  3. Credentials are displayed (click to copy)

Credentials are stored only on your machine. Remember to back them up if you reinstall.

Was this page helpful?

Included Services | Siovos