https://github.com/MauriceNino/dashdot
  
  
    A simple, modern server dashboard, primarily used by smaller private servers 
    https://github.com/MauriceNino/dashdot
  
dashboard docker glassmorphism monitoring nodejs react server
        Last synced: 7 months ago 
        JSON representation
    
A simple, modern server dashboard, primarily used by smaller private servers
- Host: GitHub
 - URL: https://github.com/MauriceNino/dashdot
 - Owner: MauriceNino
 - License: mit
 - Created: 2021-10-29T09:23:53.000Z (about 4 years ago)
 - Default Branch: main
 - Last Pushed: 2024-10-02T12:44:31.000Z (about 1 year ago)
 - Last Synced: 2024-10-29T15:04:50.141Z (about 1 year ago)
 - Topics: dashboard, docker, glassmorphism, monitoring, nodejs, react, server
 - Language: TypeScript
 - Homepage: https://getdashdot.com/
 - Size: 3.56 GB
 - Stars: 2,642
 - Watchers: 12
 - Forks: 100
 - Open Issues: 39
 - 
            Metadata Files:
            
- Readme: README.md
 - Contributing: .github/CONTRIBUTING.md
 - Funding: .github/FUNDING.yml
 - License: LICENSE.md
 - Code of conduct: .github/CODE_OF_CONDUCT.md
 - Security: .github/SECURITY.md
 
 
Awesome Lists containing this project
- awesome-homelab - dash.
 - Awesome-NAS-Docker - 点我查看 - commit/MauriceNino/dashdot?label) | (置顶 / 05、运维监控体系)
 - stars - dashdot
 - stars - dashdot
 - definitive-opensource - dashdot
 - awesome-rainmana - MauriceNino/dashdot - A simple, modern server dashboard, primarily used by smaller private servers (TypeScript)
 
README
          
  
  Feel free to join the Discord and star the repo if you like the project!
  dash. (or dashdot) is a modern server dashboard,
  running on the latest tech, designed with glassmorphism in mind.
  It is intended to be used for smaller VPS and private servers.
#
**dash.** is a open-source project, so any contribution is highly appreciated.
If you are interested in further developing this project, have a look at the
[Contributing.md](./.github/CONTRIBUTING.md).
In case you want to financially support this project, you can visit my
[GitHub Sponsors](https://github.com/sponsors/MauriceNino), or my [Ko-Fi](https://ko-fi.com/mauricenino).
## Preview
| Dark-Mode                                                                                    | Light-Mode                                                                                     |
| -------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
| 
 | 
 |
## Documentation
- [Installation Options](https://getdashdot.com/docs/installation)
- [Configuration Options](https://getdashdot.com/docs/configuration)
- [Contributing](./.github/CONTRIBUTING.md)
- [Changelog](./.github/CHANGELOG.md)
## Quick Install (Docker)
Images are hosted on [DockerHub](https://hub.docker.com/r/mauricenino/dashdot),
and are available for both AMD64 and ARM devices.
```bash
docker container run -it \
  -p 80:3001 \
  -v /:/mnt/host:ro \
  --privileged \
  mauricenino/dashdot
```
To get more information on why which flag is needed, or if you want to use other
install options instead (`docker-compose`, or from source), have a look at the
[installation options](https://getdashdot.com/docs/installation).
To read more about configuration options, you can visit the [configuration options](https://getdashdot.com/docs/configuration).
## Developer Notice
> Note: Due to the consistently growing size of the `.git` folder, which was
> caused by a combination of [yarn offline mirror](https://yarnpkg.com/features/caching#offline-mirror)
> and [dependabot](https://docs.github.com/en/code-security/getting-started/dependabot-quickstart-guide)
> changes, I had to rewrite the entire history and remove the `.yarn/cache` folder.
> You can read more about this problem [here](https://github.com/yarnpkg/berry/issues/180)
>
> This resulted in a loss of all forks, which were created before the 18th of
> March 2025. If you are one of the affected forks, I am sorry for the inconvenience.
> Please consider re-forking the repository.