Download TinyCP

Please read before installation

Use BETA on production server at your own risk.

Don't install on servers where is old version is already installed.

Upgrade from old TinyCP is not possible, but is possible to import data on new server.

Nightbuild versions can sometimes fail to launch - use at your own risk.

Tell us about bugs and useful suggestions.

Please choose your operating system:

Stable
sudo apt install gnupg ca-certificates
sudo apt-key adv --fetch-keys http://repos.tinycp.com/ubuntu/conf/gpg.key
sudo echo "deb http://repos.tinycp.com/ubuntu all main" | sudo tee /etc/apt/sources.list.d/tinycp.list
sudo apt-get update
sudo apt-get install tinycp
Nightbuild
sudo apt install gnupg ca-certificates
sudo apt-key adv --fetch-keys http://repos.tinycp.com/ubuntu/conf/gpg.key
sudo echo "deb http://repos.tinycp.com/ubuntu all nightbuild" | sudo tee /etc/apt/sources.list.d/tinycp.list
sudo apt-get update
sudo apt-get install tinycp
Non-interactive installation:

You can predefine your login and password to install TinyCP without any interactions. Replace:

apt-get install tinycp

with:

TINYCP_USER="admin" TINYCP_PASS="secretpass" TINYCP_PORT="55555" apt-get install tinycp

You can replace "admin" and "secretpass" with your own credentials

Stable
sudo apt install apt-transport-https dirmngr gnupg ca-certificates
sudo apt-key adv --fetch-keys http://repos.tinycp.com/debian/conf/gpg.key
sudo echo "deb http://repos.tinycp.com/debian all main" | sudo tee /etc/apt/sources.list.d/tinycp.list
sudo apt-get update
sudo apt-get install tinycp
Nightbuild
sudo apt install apt-transport-https dirmngr gnupg ca-certificates
sudo apt-key adv --fetch-keys http://repos.tinycp.com/debian/conf/gpg.key
sudo echo "deb http://repos.tinycp.com/debian all nightbuild" | sudo tee /etc/apt/sources.list.d/tinycp.list
sudo apt-get update
sudo apt-get install tinycp
Non-interactive installation:

You can predefine your login and password to install TinyCP without any interactions. Replace:

apt-get install tinycp

with:

TINYCP_USER="admin" TINYCP_PASS="secretpass" TINYCP_PORT="55555" apt-get install tinycp

You can replace "admin" and "secretpass" with your own credentials