To install Centmin Mod on a Linux server, follow these steps:
Prerequisites
- Operating System: CentOS 7 or 8 is recommended.
- Root Access: Ensure you have root or sudo access.
- Basic Packages: Install necessary packages.
Installation Step
- Update System: bash Copy
yum update -y
- Install Required Packages:bash Copy
yum install -y git wget curl gcc make automake autoconf libtool
- Create a User for Centmin Mod:bash Copy
adduser centmin passwd centmin
- Switch to the New User:bash Copy
su - centmin
- Download Centmin Mod:bash Copy
git clone https://github.com/centminmod/centminmod.git cd centminmod
- Run the Installation Script:bash Copy
./centmin.sh
- Follow the On-Screen Instructions: The script will guide you through the installation process, including configuring Nginx, PHP, and MySQL.
- Post Installation:
- After installation, you can access the Centmin Mod menu by running:bash Copy
/usr/local/bin/centmin
- After installation, you can access the Centmin Mod menu by running:bash Copy
Additional Configuration
- Configure your firewall to allow HTTP/HTTPS traffic.
- Set up SSL certificates if needed.
Notes
- Always refer to the Centmin Mod Documentation for the latest installation instructions and updates.
- Make sure to secure your server after installation.
Installing Centmin Mod on Linux Server