How to Build Web Hosting Server from TinyCP at home
One of the control panel programs you can use is TinyCP. It is a simple web-based control panel that can handle various administrative tasks.
You may control your system’s software packages, run different web apps, set up file-sharing servers, handle emails, databases, and much more with TinyCP.
Only users of Ubuntu and Debian can currently utilize TinyCP.
You’ve come to the correct spot if you use either of these and are curious about installing and utilizing TinyCP as your primary system control panel.
We’ll go over everything from installing to using some of TinyCP 2.0’s fundamental features, as well as how to create user access to FTP (File Transfer Protocol).
You might be familiar with certain control panel programs if you use Linux. These programs offer an interface that lets you control your machine.
These programs allow you to control a number of settings and parameters, much like any other built-in control panel.
One of the control panel programs you can use is TinyCP. It is a simple web-based control panel that can handle various administrative tasks.
You can manage your system’s software packages, operate a variety of online applications, set up file-sharing servers, handle emails, databases, and much more with TinyCP.
First,
You need to install Ubuntu on your server or computer.
Step 1. Use SSH to access your server as the root user.
Step 2. Update the Server OS Packages
sudo apt update && sudo apt upgrade
1. You need to install some packages first, so run the command:
sudo apt install gnupg ca-certificates
2. Add the TinyCP package to your repository, and run the commands:
sudo apt-key adv --fetch-keys http://repos.tinycp.com/ubuntu/conf/gpg.key
3. Run the Tiny C-P installation package list following commands.
sudo echo "deb http://repos.tinycp.com/ubuntu all main" | sudo tee /etc/apt/sources.list.d/tinycp.list
4. Update the Server apt Packages command:
sudo apt-get update
5. Run the Tiny C-P installation process by executing the following command
sudo apt-get install tinycp
All Stable commands:
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
The URL for the panel with the access credentials was displayed in the final step. Use your browser to access the URL, type your Login and Password, and click “Sign In.”
Leave a comment