# Heroku Basic plan
```{admonition} Too complicated? Not what you're looking for? :class: seealso Consider a hosted Nightscout service! Check for easier solutions [here](/index.md#nightscout-as-a-service). ```
```{card} ## Heroku ![Heroku Eco](/vendors/img/Heroku.png) ^^^ Since the [beginning](https://github.com/nightscout/cgm-remote-monitor/pull/98) Heroku has been a very popular platform for Nightscout. Most of the documentation was based on a Heroku Nightscout. On August 25th 2022, Salesforce decided to [drop the free plan](https://blog.heroku.com/next-chapter). You can create your new Nightscout site with Heroku using an Eco plan (5$/month). **Pros**: * Large platform with a reliable history * Well documented, well known by the community **Cons**: * The Eco plan has the same limitations than the previous Free plan, for 5$ per month * For a Nightscout site a 7$ per month Basic plan is not really worth it (compared to hosted solutions) * Relying on the MongoDB Atlas database ```
## Upgrade to 7$/month Basic Plan
```{admonition} 5$/month Eco Plan You can also select a more economic [eco plan upgrade](/vendors/heroku/ecoplan). ```
```{warning} Heroku billing is monthly.
One minute of Eco plan will be billed 5$ in the current month.
Switching billable plan during the same month with add another plan billing for the whole month. ```
- Log in Heroku [https://id.heroku.com/login](https://id.heroku.com/login)
- Select your app (hidden in yellow)
- Click `Resources` then select `Change Dyno Type`
- Select `Basic ($7/dyno/month)` then click `Save`
- Your Nightscout Heroku app is now using a `Basic` plan. - **Make sure your credit card information is up to date!** Go to your `Account settings`. - `Billing` - Verify the credit card you used is still valid, in case of doubt `Change credit card` and enter a valid credit card.