Skip to main content

Private Hosting

W&B Hosting Optionsโ€‹

info

We recommend that you consider using the wandb.ai cloud before privately hosting a W&B server on your infrastructure. The cloud is simple and secure, with no configuration required. Click here to learn more.

There are three main ways to set up a W&B server in a production environment:

  1. Production Cloud: Set up a production deployment on a private cloud in just a few steps using terraform scripts provided by W&B.
  2. Dedicated Cloud: A managed, dedicated deployment on W&B's single-tenant infrastructure in your choice of cloud region.
  3. On-Prem / Bare Metal: W&B supports setting up a production server on most bare metal servers in your on-premise data centers. Quickly get started by running wandb server to easily start hosting W&B on your local infrastructure.

W&B server Quickstartโ€‹

  1. On any machine with Docker and Python installed, run:

    pip install wandb
    wandb server start
  2. Generate a free license from the Deployer.

  3. Add it to your local settings.

Paste the license in the /system-admin page on your localhost

Copy your license from Deployer and paste it into your Local settings

Was this page helpful?๐Ÿ‘๐Ÿ‘Ž