Skip to content

Initial Setup

After installation, the setup wizard guides you through the initial configuration of ReadyStackGo. The wizard starts automatically on first access to the web interface.

The setup wizard consists of four steps:

  1. Create Admin Account - Set up the primary administrator
  2. Configure Organization - Define your organization details
  3. Set Up Environment - Connect ReadyStackGo to Docker (optional)
  4. Complete Setup - Finalize the configuration

In the first step, you create the administrator account for logging into ReadyStackGo.

FieldRequirement
UsernameMinimum 3 characters
PasswordMinimum 8 characters
Confirm PasswordMust match the password
  • Choose a secure username (not just admin)
  • Use a strong password with letters, numbers, and special characters
  • Save these credentials - they cannot be recovered later

Here you define the identity of your ReadyStackGo instance.

FieldDescriptionExample
Organization IDTechnical identifier (lowercase letters, numbers, hyphens only)my-company
Organization NameDisplay name for your organizationMy Company Inc.

In this step, you can configure a Docker environment. An environment represents a Docker installation that ReadyStackGo should manage.

FieldDescriptionDefault
Environment IDTechnical identifierlocal
Display NameDisplay name for the environmentLocal Docker
Docker Socket PathPath to the Docker socketunix:///var/run/docker.sock

In the final step, you’ll see a summary of your configuration:

  • ✓ Admin account configured
  • ✓ Organization details set
  • ✓ Environment configured (if not skipped)

When you click “Complete Setup”:

  1. Your configuration is saved
  2. The admin account is activated
  3. You are redirected to the login page

After completing the wizard, you’ll be redirected to the login page. Log in with your admin account.

  1. Add Environment (if skipped) - Go to Environments and click Add Environment
  2. Configure Stack Sources - Add Git repositories or local paths as stack sources
  3. Deploy First Stack - See First Deployment