Mutire Platform은 온프레미스 Mutire Compute 컨트롤 플레인입니다. 지원 호스트 한 대에서 콘솔, API, Mutire Virtual Environment(MVE)를 함께 실행합니다.
지원 OS: Debian 12(Bookworm), Ubuntu 24.04 LTS(Noble). 지원 CPU: amd64, arm64. 설치 스크립트가 OS/아키텍처를 감지하고 bookworm 또는 noble apt 스위트를 구성합니다.
Mutire Platform 라이선스 키(MP-…)가 필요합니다. 설치 프로그램이 라이선스 활성화, packages.mutire.com 구성, mutire-platform 설치, 서비스 시작을 수행합니다.
지원 운영체제
Debian 12(Bookworm)
amd64 또는 arm64 신규 최소 설치. Mutire 설치 전 apt 업데이트.
Ubuntu 24.04 LTS(Noble)
amd64 또는 arm64 신규 서버 설치. Mutire 설치 전 apt 업데이트.
아키텍처
amd64와 arm64 지원. 적절한 .deb와 QEMU 패키지를 자동 선택.
미지원
이전 Debian/Ubuntu, 비 Debian 계열, amd64/arm64 외 아키텍처.
호스트 요구사항
베이스 OS
Debian 12 또는 Ubuntu 24.04 LTS(amd64/arm64).
MVE
펌웨어 가상화 활성화 및 /dev/kvm 존재.
root(또는 sudo)와 packages.mutire.com HTTPS 아웃바운드.
Mutire Cloud → Platform licenses의 라이선스 키.
템플릿/볼륨 스토리지와 계획된 업링크.
업링크 IP는 유지하고 vmbr0/vmbr1 생성.
호스트 준비(Debian 또는 Ubuntu)
Debian 12 또는 Ubuntu 24.04 LTS 설치 후 SSH 확인.
sudo apt-get update && sudo apt-get upgrade -y 실행.
MVE(/dev/kvm) 확인.
MP-… 라이선스 키 준비.
Mutire Platform 설치(컨트롤 플레인)
As root on the prepared Debian 12 or Ubuntu 24.04 host, run: curl -fsSL https://packages.mutire.com/onprem/install.sh | sudo bash -s -- --license 'MP-xxxx'. Replace MP-xxxx with your license key.
설치가 끝날 때까지 대기.
OS/아키 감지, apt, mutire-platform, PostgreSQL, 브리지, 서비스 기동까지 자동 수행.
http://YOUR_SERVER_IP/ 에서 설치 프로그램이 출력한 관리자 계정으로 로그인.
Licenses and updates에서 라이선스 확인.
VPC, 서브넷, 공인 IP, 방화벽, 프로필 구성.
필요한 마켓플레이스 이미지만 다운로드.
기본 MVE에서 파일럿 인스턴스를 시작하고 Overview 확인.
Optional later upgrades
sudo apt-get update && sudo apt-get install --only-upgrade mutire-platform, then restart mutire-agent mutire-api mutire-web when required.
설치가 구성하는 항목
nginx
public console and API on ports 80 and 443.
mutire-web and mutire-api
console and control plane on localhost.
mutire-agent
default MVE hypervisor on this host.
게스트용 로컬 브리지와 NAT.
업링크 IP 유지.
PostgreSQL
local database used by the control plane.
선택: 추가 하이퍼바이저
동일한 지원 매트릭스의 다른 호스트 준비.
Install the hypervisor agent only
curl -fsSL https://packages.mutire.com/onprem/install-hypervisor.sh | sudo bash -s -- --yes --license 'MP-xxxx'. The script auto-detects OS and architecture the same way.
Hypervisors → Add에서 mci node join 실행.
이후 업그레이드
Package upgrade
sudo apt-get update && sudo apt-get install --only-upgrade mutire-platform.
콘솔
Licenses and updates → Check for updates.
Running instances
normal upgrades keep guests up. Stop instances before upgrading hypervisor/QEMU packages when required.