Skip to main content
50% off all plans, limited time. Starting at $2.48/mo
Kaneo

Kaneo

Kaneo is an open-source project management tool for organizing tasks and workflows. Track work across boards and projects on your own server. MIT licensed with 6,400+ GitHub stars.

At a glance

6.5k

GitHub stars

6

Page views

License MIT Version Latest OS Ubuntu 24.04 LTS Min RAM 2 GB IP IPV4,IPV6

Access

  1. Open Kaneo in your browser: http://<SERVER-IP>:5173
  2. Create the first user account.
  3. Registration is disabled after the first user is created.

Configuration

Environment configuration: /root/kaneo/.env

After changing settings, apply changes:

cd /root/kaneo
docker compose up -d

Important Files & Directories

  • Install Path: /root/kaneo
  • Compose File: /root/kaneo/docker-compose.yml
  • Environment File: /root/kaneo/.env
  • PostgreSQL Data: /var/lib/docker/volumes/kaneo_postgres_data

Docker Management

View status:

docker ps

View logs:

cd /root/kaneo
docker compose logs -f

Restart services:

cd /root/kaneo
docker compose restart

Stop services:

cd /root/kaneo
docker compose down

Start services:

cd /root/kaneo
docker compose up -d

Notes

  • PostgreSQL is included as the database service.
  • Guest access and registration are disabled by default.
  • Only the first user can be created until registration settings are changed.

More in Self Hosted

Related apps.

Deploy Kaneo now. From $2.48/mo.