Hello!
How do i turn my Pc into a server that can host a website completely for free by using Ubuntu and EHCP?
I tried to follow the steps on youtube but i don’t get it. Can you please hdlp me out.
Thanks 😊
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our ITSupportBD questions & Answers Engine to ask questions answer people’s questions & connect with other IT people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Certainly! To turn your PC into a server and host a website using Ubuntu and EHCP (Easy Hosting Control Panel), follow these steps:
In this video, I want to show you How to create a web hosting Cpanel server for free. First, You need to install Ubuntu 20.04 on your server or computer. I have already shown this how to install Ubuntu 20.04 on my youtube channel. Maybe you can install an Ubuntu earlier version but I did it with Ubuntu 20.04. Second, You must download and install EHCP with the following link commands. Link: https://blog.https://blog.itsupport.com.bd/2022/06/how-to-create-free-webhosting-cpanel.htmlitsupport.com.bd/2022/06… For Bangla Language Link: https://blog.itsupport.com.bd/2022/06…
EHCP (Easy Hosting Control Panel) is a free open-source web hosting control panel for Ubuntu-based operating distro, which you can install on your server or computer to create a web hosting server to host one or more domains. It is very easy to install and use. It currently provides DNS, Apache WebServer, MySQL, FTP, and email configuration services. Here you will find all the services like Cpanel.
1. Install Ubuntu:
2. Update and Upgrade:
sudo apt update
sudo apt upgrade
3. Install EHCP:
sudo su
cd /tmp
wget -O ehcp.tgz www.ehcp.net/ehcp_latest.tgz
tar -zxvf ehcp.tgz
cd ehcp
sudo ./install.sh
4. Configure EHCP:
5. Access EHCP Web Interface:
https://your-server-ip:2087
6. Add a Domain:
7. Upload Your Website:
8. Configure DNS:
9. Test Your Website:
Important Notes:
Remember to secure your server and keep your software up to date to ensure a stable and secure hosting environment.