Skip to main content
This guide walks you through your first login to Chainstack Self-Hosted and initial configuration.

First login

Finding your credentials

During installation, the bootstrap credentials were generated and saved to a values file. Run the yq command from the installer output to retrieve your password:
yq '.cp-auth.env.CP_AUTH_BOOTSTRAP_PASSWORD' /root/.config/cp-suite/values/cp-control-panel-*.yaml
Your credentials:
SettingDefault value
Usernameadmin
PasswordAuto-generated (in values file)

Accessing the login page

Open your browser and navigate to the Control Panel URL. If you haven’t exposed the service yet, see Expose the UI service for instructions. The URL depends on how you exposed the service:
Exposure methodURL
LoadBalancerhttp://<EXTERNAL-IP>
NodePorthttp://<NODE-IP>:<NODE-PORT>
Ingresshttp://your-configured-hostname
Port forwardhttp://<SERVER-IP>:8080
You’ll see the Chainstack Self-Hosted login page:
Chainstack Self-Hosted login page

Logging in

  1. Enter admin in the Username field
  2. Enter the generated password from your values file in the Password field
  3. Click Log in

Initial configuration

After your first login, we recommend completing these configuration steps.

Update admin profile

For security, update your admin credentials immediately after first login.
  1. Click Settings in the left sidebar
  2. Under Personal Information, update the following:
FieldRecommendation
UsernameChange from default admin to a unique username
PasswordSet a strong password
Chainstack Self-Hosted settings page
After changing your password, the original password in the values file is no longer valid. Store your new credentials securely.

Understanding the interface

The Chainstack Self-Hosted interface provides access to all node management functions.

Main sections

SectionPurpose
NodesList, deploy, and manage blockchain nodes
DocsLink to Chainstack Self-Hosted documentation
SettingsUser profile and credentials

Node status indicators

When viewing nodes, you’ll see status indicators:
StatusDescription
BootstrappingNode resources are being allocated and client software is being configured
RunningNode is deployed and operational
ErrorNode encountered an issue

Next steps

With your admin account configured, you’re ready to:
  1. Deploy your first node — Deploy a blockchain node
  2. Manage nodes — Learn node operations and monitoring

Troubleshooting

If you run into issues logging in or accessing the Control Panel, see the Troubleshooting guide for solutions to common problems including login failures, backend URL configuration, and credential issues.
Last modified on February 27, 2026