It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In RegisterIt looks like you're new here. If you want to get involved, click one of these buttons!
TinyCP is a great tool, a control panel for managing Linux. It is very lightweight and includes features for managing domains, mailboxes, databases, FTP, Samba, Firewall,
In this tutorial we will explain how to install TinyCP on Ubuntu (starting from 20.04 version) and Debian 12.
Before installing TinyCP, you need to install gnupg and ca-certificates.
Run the following command:
apt install gnupg ca-certificates
Next, add the TinyCP repository key using the command below:
apt-key adv --fetch-keys http://repos.tinycp.com/ubuntu/conf/gpg.key
Now, add the TinyCP repository to your system’s package sources:
echo "deb http://repos.tinycp.com/ubuntu all main" | tee /etc/apt/sources.list.d/tinycp.list
To apply the new repository settings, update your package list:
apt-get update
Now, install TinyCP by running:
apt-get install tinycp
Once the installation is complete, you will see a confirmation message with the URL to access TinyCP and your login details (username and password).
Open your browser and navigate to the URL from the previous command output.
Use the provided username and password to log in and you will have access to the TinyCP control panel:
You have successfully installed TinyCP on your VPS! Now you can use its web interface to configure and manage your server efficiently.