Create Accounts
Goal: Set up your TYPO3.org account and configure SSH access for Gerrit.
Step 1: Register at my.typo3.org
- Go to my.typo3.org
- Click "Register"
- Use your real name and a valid email address
- Verify your email via the confirmation link
Single Sign-On
This one account gives you access to Forge, Gerrit, and all TYPO3 services.
Step 2: Generate SSH Key (if needed)
Check if you already have an SSH key:
If no key exists, generate one:
Press Enter to accept defaults. Copy the public key:
Step 3: Add SSH Key to Gerrit
- Log into review.typo3.org with your typo3.org credentials
- Click your avatar → Settings
- Go to SSH Keys in the left menu
- Click Add new SSH key
- Paste your public key and save
Step 4: Verify SSH Connection
Test your Gerrit access:
Expected Output
Step 5: Join Slack (Recommended)
- Go to typo3.slack.com
- Join the
#typo3-cms-coredevchannel
This is where the core team and contributors discuss patches and help each other.
Next Step
Clone & Configure Git - Get the TYPO3 source code and configure Git.