Boxman¶
Boxman prepares an Ubuntu 24.04 development host and helps operate it on EC2. It installs shared packages, prepares each login user, checks the resulting tools, and provides an encrypted per-user directory. The optional EC2 commands create and operate the host's CloudFormation stack.
Get started Understand the pieces
Typical path¶
- Create an EC2 box or start with an existing Ubuntu 24.04 host.
- Prepare the host: run the system step, then the user step for each account.
- Set up the private vault for credentials you want encrypted at rest.
- Use
boxman verifyto check the tools and rootless Podman.
Boxman can also build a development container from the same package recipe. The container covers packages and user tools; the vault and host login configuration are intended for a native host.