Skip to main content

Teams Overview

A Team is the top-level organizational unit in Appliku. Every resource you create -- servers, applications, databases, clusters -- belongs to a team.

How Teams Work

When you sign up for Appliku, a default team is created automatically. This team is tied to your account and serves as the workspace for all your resources.

Each team has:

  • A name for display purposes
  • A unique URL path used in dashboard navigation (e.g., /dashboard/team/my-team/)
  • Members with assigned roles
  • Resources: servers, applications, databases, domains, and clusters
  • Billing settings and subscription plan
  • Optional cloud provider credentials for server provisioning

Team-Scoped Resources

All resources in Appliku are scoped to a team. This means:

  • Servers added to Team A are not visible to Team B
  • Applications, databases, and clusters are isolated per team
  • Each team has its own billing and subscription plan
  • Team members can only access resources within their team(s)

Dashboard Navigation

The team URL path appears in your dashboard URLs:

/dashboard/team/{team-path}/servers
/dashboard/team/{team-path}/applications
/dashboard/team/{team-path}/clusters

You can switch between teams using the team selector in the dashboard sidebar.

Creating Additional Teams

You can create multiple teams to separate projects, clients, or environments. Each team operates independently with its own resources, members, and billing.

Next Steps