Install nhanh qua dòng lệnh:
curl -sSL https://raw.githubusercontent.com/phuspeed/CoPanel/main/scripts/install.sh | sudo bash
Changelog
Tiếng Việt (tóm tắt)
- Thêm file
VERSIONở root để đồng bộ phiên bản với nhánhmaintrên GitHub. - Kiểm tra cập nhật và nâng cấp trong panel (superadmin): modal, log trực tiếp từ
install.sh, thanh tiến trình, tự tải lại trang khi xong. install.shtự nhận diện phiên bản từ fileVERSION, thư mục cài đặt, hoặc git; banner/tóm tắt cài đặt không còn semver cố định.
All notable changes to CoPanel are documented in this file.
1.1.0 — 2026-05-09
English
Added
- Root
VERSIONfile: single semver source for the panel, compared againstmainon GitHub. backend/core/panel_update.py: compare local install vs remoteVERSION; optional release notes from GitHub Releases API.- Superadmin APIs:
GET /api/platform/panel-update/check,POST /api/platform/panel-update/run(streamsscripts/install.shstdout for in-panel upgrades). - Frontend
Layout: upgrade modal with release notes, progress bar, live installer log, health polling / reload after success. install.sh: resolves displayed version fromVERSION,/opt/copanel/VERSION, or git tags; skips terminalclearwhenCOPANEL_NONINTERACTIVE=1(streamed upgrades).
Changed
main.py: FastAPIversionand/healthread semver from theVERSIONfile (with fallbacks).
Operations
- Self-upgrade expects a standard Linux deployment under
/opt/copanelwithscripts/install.sh(default installer usesUser=rootfor thecopanelservice).