Skip to content

Console

The XWidget Cloud Console is the web client for XWidget Cloud, available at console.xwidget.dev. It's the counterpart to the xc CLI — both clients work against the same platform, the same workspaces, and the same projects. Deploying is CLI-only; everything after the deploy — publishing, channels, analytics, workspace administration — works from either client.

Signing In

Click Continue with Google and authorize with the same Google account you use for xc cloud login. After signing in, you land on the Overview page for your current project.

Getting Around

The sidebar drives everything:

  • Workspace and project switcher (top) — every page shows data for the workspace and project selected here.
  • Project pages — Overview, Channels, Deployments, Analytics, and Cloud Keys. The gear icon opens Project Settings.
  • Workspace pagesMembers and Usage. The gear icon opens Workspace Settings.
  • Profile (bottom) — your account details and the Logout button.

Your First Project

Projects can't be created in the Console. The CLI creates one automatically the first time you run xc cloud deploy in an app directory — see Projects. Until then, the Console shows a setup guide with the three commands that get you there: xc init, xc cloud login, and xc cloud deploy.

Settings and Keys

  • Project Settings — view project details, edit the name and description, and copy the project ID. The danger zone at the bottom deletes the project along with all of its channels, deployments, and analytics data; this cannot be undone.
  • Workspace Settings — view workspace details and rename the workspace.
  • Cloud Keys — copy the project key and storage key, rotate the project key, and revoke the previous key after a rotation. See Projects for what each key does.