Before installation, ensure your environment meets these basics:
Step 1: Pull YouTrack Image
docker pull jetbrains/youtrack:<version>
Replace <version> with the latest version.
Step 2: Run the Container
docker run -it --name youtrack-server \
-v <data_dir>:/opt/youtrack/data \
-v <conf_dir>:/opt/youtrack/conf \
-v <logs_dir>:/opt/youtrack/logs \
-v <backups_dir>:/opt/youtrack/backups \
-p 8080:8080 \
jetbrains/youtrack:<version>
This command:
Step 3: Open Configuration Wizard
After startup, open in browser:
http://<your-server-ip>:8080/?wizard_token=<token>
The token appears in Docker logs.
Step 4: Initial Setup (Wizard)
Fill in:
Then click Finish.
Step 1:
Download ZIP package from JetBrains website.
Step 2:
Extract files to your server directory.
Step 3:
Run startup script:
bin/youtrack.sh startbin\youtrack.bat startStep 4:
Open browser and complete same setup wizard.
(Flow is identical to Docker after launch)
After installation, YouTrack prompts for a license.
SKU: 7306