Kruiger Labs
Client Portal Get Started
DocumentationKruiger Labs products
Sign inGet support
Deployment guide

Hosting

Choose bot hosting, VPS hosting, or self-hosting and keep the application running safely.

Recommended hosting#

Sparked Host is our recommended option for customers who want a managed bot hosting environment. The link below is an affiliate link, which means we may receive a commission if you purchase hosting through it at no additional cost to you.

Get Hosting With Sparked Host

Bot hosting, VPS, and self-hosting#

OptionBest forCustomer responsibility
Managed bot hostingA guided Node.js or Python runtimeUpload files, configure variables, select startup command, monitor logs.
VPS hostingCustom services, APIs, or multiple processesOperating system, firewall, service manager, updates, backups, and security.
Self-hostingTesting or controlled home infrastructurePower, internet, process uptime, firewall, updates, and remote access.

General deployment process#

  1. Confirm the product runtime before ordering or configuring hosting.
  2. Upload the private ZIP and extract it into the application directory.
  3. Install dependencies from package.json or requirements.txt.
  4. Add the documented environment variables or configuration values.
  5. Set the product’s startup command and start file.
  6. Start the process and read the console logs for authentication, database, or network errors.
  7. Restart after configuration changes, back up configuration and databases, and replace files carefully during updates.

Keep deployment credentials private#

Back to top