How to install IceWhaleTech/CasaOS. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
IceWhaleTech/CasaOS Installation Guide
How to install IceWhaleTech/CasaOS. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for IceWhaleTech/CasaOS. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i IceWhaleTech/CasaOSor
Install via npx
npx @hexmos/ipm i IceWhaleTech/CasaOSPrerequisites
Python
languageVersion: >=3.8.0
pip
package_managerPackage installer for Python.
Git
system_toolVersion: 2.30.1
Docker
system_toolContainerization platform for software development and deployment.
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
curl -fsSL https://get.casaos.io | sudo bashcurl -fsSL https://get.casaos.io/update | sudo bashcurl -fsSL https://get.icewhale.io/casaos-uninstall.sh | sudo bashwget -qO- https://get.casaos.io | sudo bashwget -qO- https://get.casaos.io/update | sudo bashPost Installation Steps
- Start the CasaOS server using the command: `systemctl start casaos`.
- Access the UI by navigating to your browser's address bar and entering the IP address of your CasaOS instance (e.g., http://192.168.1.100).
- If you are using a local development environment, you can access the API endpoint by running `python3 -m casaos_api`.
