Skip to main content

Configure ioBuster Management Web

Install Docker

For all supported operating systems, Docker must be installed.

Windows

Download Docker Desktop for Windows and install it.

Linux

Install a Docker Engine. You can find the installation instructions for your Linux distribution from Docker docs.

Mac OS

Download Docker Desktop for Mac and install it.

Download ioBuster Management Web Executable

Start ioBuster Management Web

Windows

iobm.exe start

Linux or Mac OS

chmod +x iobm
iobm start
Possible Arguments
ProcedureDescriptionOptional options
startStart Management Web--host, --port
stopStop Management Web
restartRestart Management Web
updateUpdate Management Web with new image--version
loadLoad image with tarball (otherwise auto-pulled)--file
logPrint Management Web logs--follow
OptionsDescriptionDefaultexample
--hostCurrent deploying host IP. Use in case of detection failureAuto-detectediobm start --host 123.123.123.123
--portDesired running port'80'iobm start --port 3000
--versionDesired Management Web version that starts with IBM-'latest'iobm update --version IBM-23.10.1
--fileTar file that use to manual load'iobm.tar'iobm load --file iobm-new.tar
--followFollow log outputiobm log --follow