📜  centos web panel install - Shell-Bash (1)

📅  最后修改于: 2023-12-03 15:14:07.662000             🧑  作者: Mango

CentOS Web Panel Install - Shell-Bash


CentOS Web Panel (CWP) is a Free Web Hosting control panel designed for quick and easy management of servers, both VPS and Dedicated.

This guide will help you to install CWP on a CentOS 7 server using Shell-Bash script.

Requirements
  • CentOS 7.x minimal
  • 1GB RAM or more
  • Static IP address
Installation
  1. Connect to your server via SSH with root privileges.

  2. Download the CWP installation script:

    cd /usr/local/src
    wget http://centos-webpanel.com/cwp-el7-latest
    chmod +x cwp-el7-latest
    
  3. Run the script and follow the prompts:

    sh cwp-el7-latest
    
  4. Reboot your server:

    systemctl reboot
    
  5. After reboot, access CWP via web browser:

    http://your_server_IP:2030/
    
  6. Log in using the username root and the password you set during installation.

Features
  • Apache & Nginx as web servers
  • PHP 5.6, 7.0, 7.1, 7.2, 7.3 & 7.4 support
  • MySQL & MariaDB as databases
  • DNS server
  • Postfix mail server with Anti-Spam & Anti-Virus
  • CSF Firewall
  • PHP Switcher
  • File manager
  • SSL Certificates
  • Backup and restore
  • and much more!
Conclusion

CentOS Web Panel is a great web hosting control panel for managing your VPS or Dedicated server. With its powerful features and ease of use, it makes server management a breeze. Follow the installation guide and start using CWP today!


Markdown code:

# CentOS Web Panel Install - Shell-Bash

---

CentOS Web Panel (CWP) is a Free Web Hosting control panel designed for quick and easy management of servers, both VPS and Dedicated.

This guide will help you to install CWP on a CentOS 7 server using Shell-Bash script.

## Requirements
- CentOS 7.x minimal
- 1GB RAM or more
- Static IP address

## Installation
1. Connect to your server via SSH with root privileges.
2. Download the CWP installation script:
   
    ```bash
    cd /usr/local/src
    wget http://centos-webpanel.com/cwp-el7-latest
    chmod +x cwp-el7-latest
    ```

3. Run the script and follow the prompts:
   
   ```bash
   sh cwp-el7-latest
  1. Reboot your server:

    systemctl reboot
    
  2. After reboot, access CWP via web browser:

    http://your_server_IP:2030/
    
  3. Log in using the username root and the password you set during installation.

Features
  • Apache & Nginx as web servers
  • PHP 5.6, 7.0, 7.1, 7.2, 7.3 & 7.4 support
  • MySQL & MariaDB as databases
  • DNS server
  • Postfix mail server with Anti-Spam & Anti-Virus
  • CSF Firewall
  • PHP Switcher
  • File manager
  • SSL Certificates
  • Backup and restore
  • and much more!
Conclusion

CentOS Web Panel is a great web hosting control panel for managing your VPS or Dedicated server. With its powerful features and ease of use, it makes server management a breeze. Follow the installation guide and start using CWP today!