Skip to content

Overview

Control is our main central server helps us manage clients' accounts. This includes commands to Create Accounts, Create Users, or Update Account Tables.

Control also runs Django and has the same project as Dashboard deployed to it. This is done so both servers have access to the same project settings/configurations, and also means they can both host websites.

The Control server surfaces the Django Admin section via control.withcubed.com/admin. You can log in here and manage Cubed Users, Accounts and some Base configurations.

You can also SSH into the box and run commands from the terminal.