Deploy
Click Deploy on Railway. Sign in if prompted.
Pick a project name and region. Railway provisions the service, attaches a volume, and assigns a
*.up.railway.appURL.Open the URL once the deploy goes green. Sign up — the first account becomes the owner.
Custom domain
Service → Settings → Domains → + Custom Domain. Add a CNAME at your registrar pointing at the target Railway gives you. Railway handles HTTPS automatically.
Redeploy after adding a custom domain
Railway only injects new env vars on a fresh deploy. Until you redeploy, the running container still serves the old
*.up.railway.app URL — and license activation will fail with invalid_domain. Open Deployments → click ⋮ on the latest entry → Redeploy. ~30 seconds, then refresh the dashboard.