Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
That’s correct. As you suspected, we are using bsd-cloudinit to do some internal configuration on boot, but it does not currently support running user-data. Of course, the metadata service is available from FreeBSD droplets and and you can pull down user-data for your own use, but it won’t be automatically be run.
Building out support for that isn’t on the roadmap right now, but if we see enough demand we might re-prioritize.
Thanks for the feedback!
OK thanks for the quick answer @asb. Might be worth adding a warning to the droplet creation screen if someone provides user data and choose FreeBSD?
Hopefully someone from the community adds support into bsd-cloudinit if they feel suitably motivated, looks like mostly a case of porting the feature from the original cloudinit project.