Installation

The installation process of TinyCP is fairly easy, when you're not experienced follow the process carefully. We split the installation into a few parts.

  • Preperation

  • Installation

  • Access TinyCP

# Preperation

Before you should start the installation of TinyCP, update and upgrade your Operating System(OS) of the server. You can do this by typing into the terminal:

sudo apt update && sudo apt upgrade -y

# MariaDB & PHP Repository

To get the latest versions of PHP and MariaDB for Ubuntu / Debian, you need to include third party sources before installing TinyCP. The following section explains how you can implement this.

Run the following commands to add the PHP repository for Ubuntu

sudo apt install software-properties-common
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update

You can also add these sources later, but then you have to run a sudo apt upgrade -y to upgrade the already installed packages.

# Installation

The following steps describe the installation of TinyCP on Ubuntu and Debian.

# Ubuntu:

# Debian:

During the TinyCP installation process, you will be prompted to enter a password, which is the admin password for logging into your Tiny Control Panel.

You can preset some variables during installation to fully automate the installation process

Please replace the command described above accordingly.

# Important!

Now you can log into your personal Tiny Control Panel with the data displayed in the terminal. You should save the login data immediately. There is no possibility to display them again.

# Access TinyCP

Data
Value

URL:

http://YOUR_IP:63232 (The port is assigned dynamically with each installation.)

LOGIN:

admin

PASSWORD:

The password you assigned during installation

Goto the URL given in your installation and you will be able to start your journey in TinyCP!

Last updated

Was this helpful?