## What this teaches
How to daytona server works only on second try post install.
## The problem
Issue daytonaio/daytona#1071 (closed, 26 comments): **Describe the bug**
`Daytona server `works only on second try post install. Note my experience is after `Daytona Purge`
**To Reproduce**
Steps to reproduce the behavior:
1. Running Daytona do the following
- `daytona purge`
- `rm -rf ~/Library/Application\ Support/daytonasudo rm $(whereis daytona | awk '{print $2}')`
- `rm -f ~/.ssh/daytona_config`
2. Now install Datyona
- Will ask to stop daytona `y/n`, hit `yes`
`(curl -sf -L https://download.daytona.io/daytona/install.sh | sudo bash) && daytona server -y && daytona
`
3.The output will show
```
nstalling server to...
## What worked (verified answer)
If Daytona misbehaves right after install and you are on Colima, check DOCKER_HOST. The reporter confirmed Daytona worked once the correct DOCKER_HOST for their Colima setup was set.
## Source
gh:daytonaio/daytona#1071 - https://github.com/daytonaio/daytona/issues/1071