Skip to content

A React Native (Expo SDK) app to manage your Coolify server directly from your phone.

License

Notifications You must be signed in to change notification settings

ontech7/coolify-manager-app

Repository files navigation

Coolify Manager Logo

Coolify Manager App

A React Native (Expo SDK) app to manage your Coolify instances directly from your phone.

Expo App Version License

Coolify Manager Screenshot

Highlights

  • Manage multiple instances of Coolify servers.
  • Real-time overview of every Coolify application with status, FQDN, and repository metadata.
  • One-tap controls for start, stop, restart, deploy, and log streaming.
  • Deployment history with commit details, runtime status, and quick drill-down.
  • Secure storage for server URL and API token via Expo Secure Store.

Quick Start

git clone https://github.com/ontech7/coolify-manager-app.git
cd coolify-manager-app
yarn install
yarn start

Press a in the terminal to open the Android emulator or scan the QR code with Expo Go.

N.B.: if you want to build the DevClient, you should first run:

yarn android

Configure Your Server

  1. Enable API Access in Coolify (Settings → Advanced → API Access).
  2. Create an API token with read, write, and deploy permissions.
  3. In the app, open Settings, enter the server URL (https://coolify.example.com), paste the token, test the connection, and save.

Tech Stack

  • Expo SDK 54
  • React 19.1
  • React Native 0.81
  • TypeScript 5.9

License & Credits

MIT License. See LICENSE.

Built by Andrea Losavio • LinkedInWebsite

Acknowledgments

  • Coolify - The amazing self-hostable Heroku/Netlify alternative

Made with ❤️ for the Coolify community