Skip to content

Creating Workspaces

Access the Workspace Manager admin interface through your organization’s deployment URL. Log in using your configured authentication provider.

When you first log in, you’ll see your My Workspaces page. Click Add Workspace to launch the workspace creation wizard.

My Workspaces page

The wizard guides you through four steps:

Choose the project where your workspace will be created.

Select project step

Specify your workspace details:

  • Subdomain prefix - The subdomain where your workspace will be accessible
  • Workspace type - The application framework or platform
  • Starting storage - Initial storage allocation for your workspace

Basic configuration step

Configure the runtime environment:

  • PHP version (if applicable)
  • Web server type (Apache, Nginx, etc.)
  • Database version
  • Other platform-specific settings

System configuration step

Choose how to initialize your workspace:

  • Empty workspace - Start with a blank environment
  • Clean install - Install a fresh copy of your application
  • Clone from repository - Import code from a Git repository

Initialization options step

Once created, select your workspace to access its control panel.

The workspace control panel lets you start and stop your environment, along with instructions for connecting to it. The Configuration tab provides access to workspace settings and application options.

Workspace control panel

The HTTP Access Rules tab controls internet access to your workspace. By default, access is restricted to your organization’s VPN.

HTTP Access Rules configuration

Rules can specify CIDR blocks, URI paths, or both:

  • Traffic from specified IPs or CIDR blocks is allowed to the configured paths (or all paths)
  • Specific URI paths can be opened to the public internet without IP restrictions

This enables integration with third-party services like payment gateways and ERP systems, and allows sharing in-development applications with external users.

HTTP access rules configured at the project level apply to all workspaces in that project.