Skip to content

Cheap Nightscount installation procedure on various VPS (like Digitalocean)

Notifications You must be signed in to change notification settings

mluggy/nightscout-vps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Nightscout VPS Installer

Easily install Nightscout on a cheap VPS. Perfect for DIY diabetes management.

What is Nightscout?

Nightscout is a powerful tool for diabetes management that:

  • Displays glucose levels, insulin and carbs intake history on the same graph
  • Shows information about activities, pump status and age
  • Provides reports to improve Time in Range (TIR)
  • Offers alerts for caregivers and shareable data for doctors

Quick Start

  1. Get a VPS:

    • Use this DigitalOcean link for $200 credit (2 months free)
    • Choose a region closest to you
    • Choose Ubuntu 24.04 (LTS) x64
    • Choose Basic, Regular, $6/month plan (1GB RAM, 1 CPU, 25GB SSD)
    • Choose "Password" for authentication (or SSH key if you're tech-savvy)
    • Enter "nightscout" as the hostname
    • Create a droplet and wait for it to boot
  2. Get a hostname:

    • Use your own domain, or
    • Email [email protected] with your VPS IP for a free hostname (you.nightscout.top)
  3. Install Nightscout:

    • Connect to your VPS using SSH (ssh [email protected])
    • Run the following command to install/setup your instance(s):
    curl -sSL https://raw.githubusercontent.com/mluggy/nightscout-vps/main/setup.sh | sudo bash
    
  4. Access Nightscout:

    • Visit https://you.nightscout.top and use your API secret to log in
    • Setup your initial profile based on your pump settings

Important Notes

  • Your API secret should only be used by your DIY loop
  • Followers should use "readable" only tokens
  • Email is required for SSL certificates
  • If you want to shut down your instance, click "Destroy" in the DigitalOcean control panel

Free Hostname Terms

Free hostnames are provided as a courtesy. They may be revoked at any time and are for non-commercial use only.

Disclaimer

This script is provided as-is. The author is not responsible for Nightscout, the VPS, its billing and availability and/oor any installation issues. The author is certainly not responsible for any medical treatment/health outcomes. Always consult your healthcare provider for medical advice.

About

Cheap Nightscount installation procedure on various VPS (like Digitalocean)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages