Get started

Set Up Bun on Your AtoZNode VPS

Bun is a fast JavaScript runtime and package manager. Check the version, start a project and run a script.

Order Bun from the Marketplace App tab as shown in how to order a VPS with a one-click app. When the install card on your server page shows the finished result, follow the steps below.

What you get

Bun, a JavaScript runtime and package manager. It needs 1 GB of memory and takes 1 to 3 minutes, the quickest of the apps. The server page shows the version.

1. Check it

Connect with SSH:

bun --version

2. Start a project

mkdir myapp && cd myapp
bun init
bun run index.ts

3. Keep it running

Use a systemd service to keep a Bun app running after reboots, and put Nginx in front of it for a domain. The reverse proxy setup in host a Node.js app on a VPS works for any app on a local port.

Next steps

Still stuck? Contact our team or open a support ticket.

Need a server to try this on?

Cloud VPS plans start at ₹899 a month, with full root access.