Installation & Deployment

EGKits SaaS is cloud-hosted by default. Enterprise customers can deploy dedicated instances with provider-flexible databases.

Supported database providers

EGKits supports SQL Server, PostgreSQL, MySQL, Oracle, SQLite, and MongoDB. Configure the provider in tenant system settings or deployment configuration:

{
  "DatabaseOptions": {
    "Provider": "PostgreSQL",
    "ConnectionString": "Host=db.internal;Database=egkits;Username=app;Password=***"
  }
}

Deployment options

Use the hosted EGKits SaaS environment — no infrastructure management required.

Dedicated / private cloud

Deploy the EGKits stack to your VPC with isolated tenant databases and custom domains.

Post-install checklist

  1. Configure SMTP or mail provider for notifications
  2. Set tax and fiscal settings for your jurisdiction
  3. Enable MFA for administrative accounts
  4. Review the Database Providers guide