Subscribe to announcements:

More news — Follow UBOS: RSSFediverse (Mastodon)TwitterFacebookYouTubeSurvey

... and others.

HOWTO

Run UBOS

Install an App

# ubos-admin createsite
Hostname: ubos-pc.local
App: nextcloud...

Code installed, database provisioned, virtual host configured...

Upgrade everything

# ubos-admin update
Done.

OS updated, apps upgraded, database migrations performed, services restarted...

Backup & restore

# ubos-admin backup \
   --all --backuptofile \
  all.ubos-backup
# ubos-admin restore \
  --in all.ubos-backup

Plenty of options for more fine-grained control.

Get started!