Installation Guide for Jetbrains TeamCity

1. Download TeamCity

  • Visit the KeyExpress Download Center (link provided in your invoice)
  • Download the TeamCity Server

Available packages:

  • Windows installer (.exe)
  • Archive (.tar.gz) for Linux/macOS
  • Docker image

2. Install TeamCity Server

Option A: Windows Installation (.exe)

  1. Run the downloaded .exe file
  2. Follow the installation wizard
  3. Select components:
    • TeamCity Server
    • Build Agent (optional but recommended)
  4. Configure:
    • Installation directory
    • Data directory
    • Port (default: 8111)
  5. Complete installation and start the service

Open in browser:

http://localhost:8111

Option B: Linux / macOS (.tar.gz)

  1. Extract the archive:
tar xfz TeamCity<version>.tar.gz
  1. Navigate to the /bin directory
  2. Start the server:
./runAll.sh start
  1. Open in browser:
http://localhost:8111

3. First-Time Setup

  1. Select Data Directory
  2. Choose database:
    • Internal (for testing)
    • External database (recommended for production)
  3. Create Admin Account
  4. Finish setup → Dashboard loads

4. Build Agents Setup

  • Build agents execute your CI/CD jobs
  • You can:
    • Use the bundled agent
    • Install agents on separate machines

Install via:

Administration → Agents → Install Agent

5. Activation / License Setup

  1. Go to:
Administration → Licenses
  1. Click:
Get License Key
  1. Sign in to your JetBrains account
  2. Select your license
  3. Apply the license


SKU: 7302

Contact Details