Type something to search...
Dashdot

Dashdot

Dashdot

2.3k 86
01 May, 2024
  TypeScript

What is Dash ?

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 Preview

Dark-ModeLight-Mode
Screenshot of the dark-modeScreenshot of the light-mode

Quick Install (Docker)

Images are hosted on DockerHub, and are available for both AMD64 and ARM devices.

Terminal window
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.

To read more about configuration options, you can visit the configuration options.