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:
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
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
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
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
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
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