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:latestPostgreSQL#
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:
- Open your infrastructure → Services tab
- In the Available Services section, click Deploy
- Configure options if needed
- The service is ready in a few minutes
Access Credentials#
All passwords are stored locally in Siovos Desktop. To find them:
- Open your infrastructure
- Click on the relevant service
- Credentials are displayed (click to copy)
Credentials are stored only on your machine. Remember to back them up if you reinstall.