Quickstart
This guide will help you get a working Kitsu instance running quickly using Docker. You’ll be ready to explore the platform in just a few minutes.Prerequisites
Before you begin, ensure you have Docker installed on your system:Installation steps
Start the Kitsu Docker container
Run the CGWire Docker image, which includes Kitsu and all its dependencies:This command:
- Runs the container in detached mode (
-d) - Maps port 80 to your local machine
- Names the container
cgwirefor easy reference - Automatically removes the container when stopped (
--rm)
The container includes both the Kitsu frontend and the Zou API backend, providing a complete production management system.
Access Kitsu
After 30 seconds or so for the container to fully start, open your web browser and navigate to:You should see the Kitsu login page.
Log in to Kitsu
Use the default administrator credentials to log in:
- Email: [email protected]
- Password: default
Create your first production
Once logged in:
- Click on the Productions menu in the top navigation
- Click the New Production button
- Fill in the production details:
- Name: Your production name
- Type: Feature Film, TV Show, Short, or other
- Status: Active or archived
- Click Create to set up your production
Explore the interface
Navigate through the main sections:
- Productions: Manage your projects and switch between them
- Assets: Track 3D models, textures, rigs, and other production assets
- Shots: Organize sequences and individual shots
- Tasks: Assign work to team members and track progress
- Team: Manage users and permissions
- Schedule: View production calendar and deadlines
Next steps
Now that you have Kitsu running, you can:Add team members
Invite your team by creating user accounts with appropriate roles and permissions.
Set up your pipeline
Configure task types and workflows that match your studio’s production pipeline.
Import assets
Use the CSV import feature to bulk-import existing assets and shots.
Configure notifications
Set up email notifications and real-time updates to keep your team informed.
Managing the container
Here are some useful Docker commands for managing your Kitsu instance:Need help?
If you encounter any issues:- Check the Installation guide for more detailed setup options
- Visit the community Discord for support
- Report bugs on GitHub
This quickstart uses Docker for simplicity. For production deployments, consider setting up a proper database, configuring environment variables, and implementing backups. See the Installation guide for production-ready configurations.
