Find a file
Muhamad Anggi Perdana 7bbc4d4dd3 - update README
2025-04-14 07:59:20 +07:00
chr-install.sh add chr install script 2025-04-12 14:25:51 +07:00
LICENSE Initial commit 2025-04-12 14:15:45 +07:00
README.md - update README 2025-04-14 07:59:20 +07:00

🖥️ CHR Installation Script for Proxmox

A simple shell script to automate the installation of MikroTik Cloud Hosted Router (CHR) on Proxmox VE.
This script helps you deploy CHR quickly and efficiently from the command line without manual configuration.


Video Tutorial

https://www.youtube.com/watch?v=hpyqLeu0W0o

📦 Repository Contents

File Description
chr-install.sh Main shell script to install CHR on Proxmox

🚀 How to Use

There are two ways to run the script, depending on your preference:


🔹 Option 1: Run Directly from GitHub (Quick & Easy)

This method is ideal if you want to execute the script instantly without cloning the repository.

Using curl

bash <(curl -s https://raw.githubusercontent.com/manggiperdana/CHR-Proxmox/main/chr-install.sh)

This method is better if you want to inspect or modify the script beforehand.

Steps

  1. Clone the repository:
git clone https://github.com/manggiperdana/CHR-Proxmox.git
cd CHR-Proxmox
  1. Make the script executable and run it:
chmod +x chr-install.sh
./chr-install.sh

📄 License

This project is licensed under the MIT License.

You are free to use, modify, and distribute this script. Please note that it is provided as-is without any warranty.