How do I reset my password?
How do I reset my password?
- Go to replit.com/forgot.
- Enter the email tied to your account.
- Open the reset email from
notifications@replit.com—check your spam folder if you don’t see it. - Select the link and create a new password.
I can't log in—how do I recover access to my account?
I can't log in—how do I recover access to my account?
- Reset your password at replit.com/forgot, and check your spam folder for the email.
- If you signed up with Google, GitHub, or Apple, use the Continue with [provider] button rather than the email and password form.
- Confirm you’re using the email you signed up with—you may have used a different one.
I'm seeing someone else's projects, or I think my account was accessed without my permission
I'm seeing someone else's projects, or I think my account was accessed without my permission
- Reset your password at replit.com/forgot.
- Sign out of other active sessions from your account security settings.
- Contact Replit Support with details of what you noticed.
How do I change my email address or username?
How do I change my email address or username?
account > change-username command in CLUI and submit your new username. You can change your username only once.To change your email, go to Settings → Profile, then edit your email. If you can’t complete identity verification, contact Replit Support with your current and new email addresses.How do I permanently delete my Replit account?
How do I permanently delete my Replit account?
I think I have two Replit accounts with the same email—how do I sort this out?
I think I have two Replit accounts with the same email—how do I sort this out?
- Try logging in with both methods to confirm there are two accounts.
- Decide which to keep.
- Copy any projects from the account you’re closing—use Download as zip or fork them.
- Delete the account you don’t need from Settings → Profile.
I get redirected to a different account than expected when I log in
I get redirected to a different account than expected when I log in
My SSH connection to workspace.*.repl.co no longer works
My SSH connection to workspace.*.repl.co no longer works
workspace.*.repl.co SSH hostname has been retired. Open the SSH pane in your project and copy the current connection command—it uses a *.replit.dev address. Update any scripts or SSH config that still reference the old repl.co address.My account has been suspended—why, and how do I appeal?
My account has been suspended—why, and how do I appeal?
I can't sign up or my workspace won't load on my company network
I can't sign up or my workspace won't load on my company network
- Retry on a different network, such as a personal phone hotspot, using the same browser.
- Try an incognito or private window, and a browser without managed extensions or policies.
replit.comand*.replit.com—the main site and static assets*.replit.dev—development URLs*.replit.app—published apps*.repl.co—legacy development URLsreplit-com-static.b-cdn.net—fontsreplitcdn.b-cdn.net—media
- SSL/TLS inspection—add a certificate-inspection bypass for the domains above. Inspection proxies can silently fail on Replit’s certificates and leave pages hanging with no visible error.
- Header rewriting—proxy rules that modify, strip, or inject HTTP headers break cross-domain API and authentication calls.
- WebSocket traffic—allow
wss://connections to the domains above. - Browser policies—Group Policy or MDM rules that block cookie persistence or third-party cookies for non-allowlisted domains can break sign-in.
- DNS resolver—confirm
replit.comand a*.replit.devhostname resolve, and compare against a public resolver such as8.8.8.8or1.1.1.1. Split-horizon or filtering resolvers sometimes return no record for development URLs.
A connector (Stripe, GitHub, Resend) stopped working—how do I reconnect it?
A connector (Stripe, GitHub, Resend) stopped working—how do I reconnect it?
Can I transfer my Replit account to someone else?
Can I transfer my Replit account to someone else?