Multiple problems on first steps

Hi guys I will need some help Here is my setup: Hosted dokploy paid 5$ (for testing) Server with dokploy installed Same server as dokploy for deployment I generated key and copied it on server with ssh-keygen -t ed25519 -C "dokploy@debian" -f ~/.ssh/dokploy_id_ed25519 ssh-copy-id -i ~/.ssh/dokploy_id_ed25519.pub debian@<my-ip> I created the server and ssh keys on dokploy created a new project and added a template First error on calcom An error have occured: Command exited with code 1. Stderr: mkdir: cannot create directory ‘/etc/dokploy/logs/test-calcom-br0auo’: Permission denied bash: line 3: /etc/dokploy/logs/test-calcom-br0auo/test-calcom-br0auo-2025-04-21:04:58:48.log: No such file or directory , command: mkdir -p /etc/dokploy/logs/test-calcom-br0auo; echo "Initializing deployment" >> /etc/dokploy/logs/test-calcom-br0auo/test-calcom-br0auo-2025-04-21:04:58:48.log; Second error on linking github Something about sudo and then "too many attempts" Third error on deploying n8n from dokploy on same server An error have occured: Authentication failed: Invalid SSH private key. ❌ Error: All configured authentication methods failed client-authentication even though I used the same config as on the hosted dokploy Thanks for your help
3 Replies
martinratinaud
martinratinaudOP5w ago
Nobody?
Siumauricio
Siumauricio5w ago
did you follow the steps? from the onboarding?
martinratinaud
martinratinaudOP5w ago
Well I guess not :-), I checked the online docs here but I still can't find the onboarding steps you're talking about I just discovered the following though but did not find them explicitely in the docs - being root - setting up the server So I guess it will solve some of my problems Can you please point me to the docs you're referencing please ? Thanks
Installation | Dokploy
Get Dokploy up and running on your server within minutes with this easy-to-follow installation guide.

Did you find this page helpful?