Skip to content

Self-Hosted Cloud Setup

Self-Hosted Cloud gives you full control over your Voquill Enterprise deployment by running it on your own cloud infrastructure. You provision and manage the servers, database, and networking within your cloud account.

  • A cloud account with your provider of choice (AWS, GCP, Azure, or another provider).
  • A Voquill Enterprise license key. Contact enterprise@voquill.com if you don’t have one yet.

Contact enterprise@voquill.com to obtain your license key. You’ll need this to configure the gateway service.

Follow the guide for your cloud provider:

  • AWS
  • GCP
  • Azure Each guide walks you through provisioning the necessary resources and deploying the Voquill services.

The admin portal container requires the VITE_GATEWAY_URL environment variable to be set to the public URL of your gateway service. Without this, the admin portal won’t be able to communicate with the gateway and core features like user invites won’t work. Each cloud provider guide covers how to set this, but be sure to use the actual URL of your deployed gateway — not localhost.

Each Voquill desktop client needs an enterprise.json file placed in the app config directory. If you’re distributing Voquill with a tool like Microsoft Intune, this file can be placed automatically as part of the deployment.

If you’re doing this manually, place the file at the following path for each platform:

PlatformPath
macOS~/Library/Application Support/com.voquill.desktop/enterprise.json
Linux~/.config/com.voquill.desktop/enterprise.json
WindowsC:\Users\<User>\AppData\Roaming\com.voquill.desktop\enterprise.json

The file should contain:

{
"gatewayUrl": "https://your-gateway-url"
}

Replace your-gateway-url with the public URL of your deployed gateway service.

Open your admin portal URL in your browser. The first person to sign up becomes the organization admin. Use a strong password and save it somewhere safe — there is no password recovery for the initial admin account.

From here you can manage users, configure settings, and control how Voquill operates across your organization.