Skip to main content
Changelog

New release 1.43 - Browser SSH Console

In this release, we focused on making deployments and server management easier. We added a browser-based SSH console, predefined environment variables, and improvements to our AI chat experience. We also improved Next.js builds, log handling, Postgres support, and overall platform reliability.

Marina Rush

You can now open a full terminal to your server right inside DollarDeploy — no SSH client, no key juggling, no switching your tab from DollarDeploy.

✨ What's New

Browser SSH Console

Connect to your servers directly from the dashboard without opening a separate SSH client. Click Console to open it.

SSH console to Verda server

Improved launch flow from a template

We improved progress terminal & deploy view when you launch new app from a template, showing you classic console view of the deployment process.

AI chat on the Dashboard

Directly access AI chat from the dashboard to deploy new app or solve a problem. All chats still gets recorded in AI Agent view.

Predefined Environment Variables

On App => Edit view, we now show all predefined variables (coming from DollarDeploy, services and host), making app configuration easier. You can reference these variables using ${ENV} syntax. Read more here.

🤖 AI and MCP improvements

  • Support relative datetime ranges in journal log query in API, AI and MCP (i.e. 10m ago)
  • Github actions available for AI - access and check your repositories from AI agent.
  • App env var update, overwrite, and delete modes for AI to properly set new environment variables when necessary.

💅 Improvements & Bug Fixes

  • EXPERIMENTAL: Custom services support. Add custom service by providing public GitHub url to the service repository. Read more here.
  • Support larger backups by writing temporary file before backup and stream directly to our or your provided S3 custom backup storage.
  • Card views for apps and servers.
  • Allow custom disk size when the provider supports it (Verda Cloud) with template support. Good for LLM interference. Example QWen3-Coder template.
  • Faster redeploy: skip HTTPS certificate renewal if the certificate is less than 14 days old.
  • Fix support for custom Redis data path: Persistence was not working because of systemd sandbox
  • Configurable systemd stop timeout and graceful shutdown handling. Read more here.
  • Added support NGINX reverse-proxy keepalive directive. Read more here.
  • AI chat conversation: addc upvote/downvote responses.
  • Journal drawer improvements: dark/light mode improvements, shows host or app context, closes when clicking into the app.
  • Abort queued long-running tasks to prevent task pile-ups.
  • Allow collecting company details during Stripe checkout session.
  • Improve detection for available port (no more app listen port conflict)

📦 New templates

  • Appsmith - Open-source platform for building internal tools, admin panels, and business applications with databases and APIs.
  • Graylog - Centralized log management — collect, search, and analyze your logs.
  • VictoriaLogs - Fast, cost-effective and scalable open source log database by VictoriaMetrics.