Open the server Apps tab
Select the tutorial-vps VPS, open the Apps tab, and start a new app deployment. Keep sensitive server details hidden before capturing or sharing screenshots.


OpenResty — high-performance Nginx with built-in LuaJIT, used as a base for API gateways, edge proxies, and custom Nginx setups
Add your server credentials to Server Compass
Choose from our template library
Fill in settings and click Deploy
Use the OpenResty template in Server Compass to deploy the high-performance Nginx/LuaJIT web server on your VPS, then verify the default welcome page in a browser.
Select the tutorial-vps VPS, open the Apps tab, and start a new app deployment. Keep sensitive server details hidden before capturing or sharing screenshots.

Click New App and choose the template deployment path so Server Compass can load the built-in catalog.

Use the template picker search to find OpenResty in the Server Compass template catalog.

Choose the OpenResty template. Server Compass fills the web server service, host port mapping, and persistent config/static HTML volumes.

Confirm the app name and web UI port. In this run, the app was named openresty-manager-demo and used host port 4187.

Review the generated compose settings, confirm the OpenResty web port is available, and click Deploy.

Keep the deployment modal open while Server Compass uploads the compose file, pulls the OpenResty image, starts the container, and verifies the stack.

After deployment finishes, return to the Apps tab and confirm the OpenResty app is marked Running with its application URL available.

Open the application URL in a browser. The default OpenResty welcome page confirms the web server is reachable.

The OpenResty web interface loaded successfully from the deployed container.
It deploys the upstream OpenResty web server image with persistent volumes for Nginx config snippets and static HTML.
The tutorial used host port 4187, which maps to OpenResty container port 80.
The default page works immediately. For production, add your own config files and static content, then reload OpenResty.
No. The deployment guide should live on the OpenResty template detail page and be linked from the reusable template deployment docs page.
After deploying OpenResty with Server Compass, complete these steps to finish setup
Visit http://YOUR_SERVER_IP:{{PORT}} and confirm the default OpenResty welcome page renders
Add custom server blocks to the openresty_config volume: `docker compose cp my.conf openresty:/etc/nginx/conf.d/my.conf`
Reload Nginx without downtime: `docker compose exec openresty openresty -s reload`
(Optional) Build a derived image with your Lua modules / management UI baked in, and switch the `image:` line to your custom tag
Need help? Check out our documentation for detailed guides.
Common questions about self-hosting OpenResty
Simply download Server Compass, connect to your VPS, and select OpenResty from the templates list. Fill in the required configuration and click Deploy. The entire process takes under 3 minutes.
OpenResty requires a minimum of 256MB RAM. We recommend a VPS with at least 1024MB RAM for optimal performance. Any modern Linux server with Docker support will work.
Yes! Server Compass provides volume mapping that allows you to import existing data. You can also use standard OpenResty backup and restore procedures.
Server Compass makes updates easy. Simply click the Update button in your deployment dashboard, and the latest OpenResty image will be pulled and deployed with zero downtime.
OpenResty is open-source software. You only pay for your VPS hosting (typically $5-20/month) and optionally Server Compass ($29 one-time). No subscription fees or per-seat pricing.

Open-source backend in a single file with realtime database, auth, and file storage

Open-source backend-as-a-service - self-hosted Firebase alternative

Open-source backend framework with dashboard

Full Supabase self-hosted with Kong, GoTrue Auth, Realtime, and Studio
Download Server Compass and deploy OpenResty to your VPS in under 3 minutes. No Docker expertise required.
Download Server Compass