Documentation

Docs are being rebuilt alongside the rebrand.

TulioCP's documentation source lives in the same repository as the panel and is being restructured for public hosting. The categories below reflect the real structure of that work. What's usable today: the apt quick-start below. TulioBilling docs are consolidated under this same gateway rather than a site of their own — see the section below.

Live today

apt quick-start

TulioCP publishes Debian packages to a public apt repository — no access request needed to add the source and resolve package metadata:

apt source
echo "deb https://apt.tuliocp.com trixie main" | sudo tee /etc/apt/sources.list.d/tuliocp.list
# key fingerprint: 7669 5098 4D6D 728A F4EE 6234 51D8 B0CD 5126 BF11
sudo apt update && apt-cache policy tulio
tulio: 1.10.3

This confirms the repository and current package versions. A complete public install path isn't available yet — the installer and both product source repositories are still private preview; see /downloads for details.

TulioBilling

Billing docs live here too, not on a separate site

TulioBilling is a TulioCP ecosystem product, so its documentation is consolidated under this same /docs gateway rather than a separately-owned docs site. The billing-specific category isn't populated yet — until it is, the billing overview and pricing page on this site are the accurate reference.

Not yet published

Coming into shape

Panel documentation structure

Introduction

In preparation
  • Getting started
  • Best practices

User guide

In preparation
  • Web domains
  • DNS
  • Mail domains
  • Databases
  • Backups
  • Cron jobs
  • Packages
  • File manager

Server administration

In preparation
  • Firewall
  • SSL certificates
  • Backup & restore
  • Web templates
  • Configuration
  • Troubleshooting

CLI & API reference

In preparation
  • v-* command reference
  • REST API
  • Access keys

Contributing

In preparation
  • Building from source
  • Development setup
  • Translations