JFrog Platform Onboarding Wizard

The JFrog Platform onboarding wizard guides you through initial setup — admin password, license activation, base URL, proxy, and repository configuration — on first login.

The JFrog Platform onboarding wizard launches automatically on first login and guides you through the minimum configuration required to start using the platform: admin password reset, license activation, base URL, optional proxy, and default repository selection. The wizard adapts to your deployment — for example, if JFrog Xray is installed, an additional step prompts you to select repositories for indexing. If you add a new service to an existing JFrog Platform installation, the wizard reappears to guide you through configuring that service. The wizard does not re-launch after the first login is complete; use the Administration module for subsequent changes.

Prerequisites

The onboarding wizard is available in all JFrog Platform self-managed installations. Before you begin, verify the following are in place:

  • JFrog Platform installed and running: The onboarding wizard launches on first login. Ensure the platform service is up before proceeding.
  • Default admin credentials: The default login is username admin, password password. You will reset this in step 2.
  • License key or bucket credentials: Have your JFrog license key ready to paste, or your license bucket name, key, and signed URL (for Enterprise+ installations with JFrog Mission Control).

Complete the Onboarding Wizard

Welcome

After your first login, the JFrog Platform guides you through a short onboarding wizard to confirm you have the minimum required parameters. Click Get Started to begin.

JFrog Platform onboarding wizard welcome screen with Get Started button
Reset Admin Password

When the JFrog Platform is installed, it creates a default user with admin privileges. Reset the admin password by entering a new password. Use a password of at least eight characters that includes uppercase, lowercase, and a number. Click Next to continue.

Onboarding wizard admin password reset screen with new password field
Activate License

Full License

For regular installations, select the Full License radio button. In the License Key / File Upload field, paste your license key or upload the license file. If you have an Xray Trial License, select the Xray Trial License option before entering the key. Click Next to continue.

📘

Note

For an Xray Trial License, select the Xray Trial License option before entering the license key.

Onboarding wizard license activation screen with Full License option selected and license key field

License Bucket(s)

For Enterprise X or Enterprise+ installations with Mission Control, use the License Bucket(s) option instead of a full license key.

📘

Note

If you have Mission Control enabled (Enterprise X or Enterprise+ license), we recommend using the License Bucket(s) radio button.

Enter the Bucket name, Key, and signed URL for the license, or upload the license file. Click Verify to confirm that the URL and Key correspond to the same Bucket Identifier.

For additional buckets, click + Add Bucket as required. Click Next to continue.

By default, the Attach a License to Current Artifactory Instance checkbox is selected. This indicates that the system adds the license to the current JFrog Artifactory instance that is running.

Set Base URL

Set the base URL for accessing JFrog. Use the format https://artifactory.example.com. For more information, see General System Settings. Click Next to continue.

Onboarding wizard base URL configuration screen with URL input field
Configure Platform Default Proxy

If you want remote access to your resources (repositories, builds, and Release Bundles), configure your default proxy server. Configuring a default proxy is optional — skip this step if not needed. If you configure it, all three fields — Proxy Key, Host, and Port — are required.

Onboarding wizard proxy configuration screen showing Proxy Key, Host, and Port fields
Configure Repositories

Select the package types for your default repositories. Click Next to continue.

Onboarding wizard repository selection screen showing package type options
Summary

Click Finish to complete the wizard and get started with JFrog.

Onboarding wizard summary screen with Finish button to complete setup

Verify the Setup

Confirm that the onboarding wizard completed successfully:

Log in with the new admin password

Navigate to http://<hostname>:8082/ui in a browser and sign in using the password you set in step 2. Expected: The JFrog Platform home screen loads.

Confirm the license is active

Go to Administration > Licenses in the JFrog Platform UI. Expected: Your license appears with status Active.

Check the platform health endpoint
curl -f http://<hostname>:8082/router/api/v1/system/health

Expected: {"router":{"state":"HEALTHY"}}

Troubleshoot Onboarding Wizard Issues

SymptomCauseFix
Onboarding wizard does not launch on first loginBrowser cache or existing session is staleClear browser cookies and cache, then navigate to http://<hostname>:8082/ui. If the wizard was already completed, access the same settings via the Administration module.
License key is not accepted in step 3Key is invalid, expired, or pasted with extra whitespaceCopy the license key directly from your JFrog account portal. Paste it without surrounding spaces and verify you have selected the correct license type (Full License vs. Xray Trial).
Base URL validation fails in step 4Hostname is not resolvable or the URL format is incorrectUse the full URL including the protocol: https://artifactory.example.com. Ensure the hostname resolves from the browser's network. See General System Settings.
Cannot advance past step 2New password does not meet complexity requirementsUse a password of at least eight characters that includes uppercase, lowercase, and a number.

Next Steps

Frequently Asked Questions

❓Can I re-run the onboarding wizard after completing it?

A: The onboarding wizard runs automatically on first login. After completion, you can access the same configuration options through the Administration module in the JFrog Platform UI. The wizard does not re-launch on subsequent logins.

❓What happens if I skip a step in the onboarding wizard?

A: Optional steps (such as proxy configuration) can be skipped. Skipped steps do not block you from completing the wizard. You can configure skipped items later through the Administration module.

❓Which license types are supported during onboarding?

A: The onboarding wizard supports both full license key activation and License Bucket activation. License Bucket activation is recommended for Enterprise+ installations with Mission Control enabled. For Xray Trial licenses, select the Xray Trial License option before entering the license key.