Websoft9 runs on any Linux server with Docker installed. The installer requires root privileges.
wget -O install.sh https://artifact.websoft9.com/websoft9/release/install.sh && sudo bash install.shsudo bash install.sh \
--console-port 9000 \
--channel release \
--version "latest" \
--path "/opt/websoft9/source"After installation, access Websoft9 at: http://:9000
wget -O install.sh https://artifact.websoft9.com/websoft9/release/install.sh && sudo bash install.sh --version "latest"# Default uninstall
curl -fsSL https://artifact.websoft9.com/websoft9/release/uninstall.sh | sudo bash
# Keep data
sudo bash uninstall.sh --keep-data
# Full purge
sudo bash uninstall.sh --purgeAfter installation, complete the setup wizard:
- Open
http://<server-ip>:9000 - Follow the setup wizard to create the administrator account
- Configure basic settings (timezone, network, etc.)
Browse and install 200+ open source applications with one click. Applications include CMS (WordPress), e-commerce, DevOps tools, databases, and more.
Manage installed applications: start, stop, restart, redeploy, view logs, manage files and volumes.
Web-based file browser for managing files and directories within application containers.
Browser-based terminal for remote server access. Inspect and manage your server directly from the Websoft9 console.
Manage domains and SSL certificates through Nginx Proxy Manager integration. Automatic Let's Encrypt certificate issuance and renewal.
Schedule and manage backups for applications and databases. Support for local and S3 remote storage.
Configure platform settings including ports, mirrors, certificates, and user accounts.