Getting Started
Replit Workspace
Replit AI
Cloud Services
- Overview
- Replit Deployments
- Storage and Databases
Replit Core
Bounties
Additional Resources
- Overview
- Edit Compute specification (Previously Boosts)
- Hosting webpages
- Private Replit App
- Sharing Your Replit App
- Authenticating users with Replit App Auth
- Replit App Auth 2.0
- Streaming native graphics using VNC
- Embedding Replit App
- Add a "Made with Replit" badge to your Webview
- CLUI, the Graphical CLI
- Google Authentication in Python and Flask
- Key terms
- Managing your Replit App
- Outbound Data Transfer Limits
- Running Rails on Replit
FAQ
Overview
Find answers to common questions about Replit, including account management, troubleshooting, billing support, and using key features.
The best place to get help with code is to use Replit AI. In your Workspace, open a new tab and search for AI. Replit AI can help you set up new projects, answer questions about your code, and assist your thinking. For further assistance, you can also check our Community Hub for additional resources.
Sign in to Replit and use the ? on the top right corner of the page for help. For additional support, refer to the support policy doc.
Before contacting the Support team, check if you can find a solution below under Account. If that does not help, please sign in and use the ? on the top right corner of the page for help.
Please email support@replit.com
and include your account username and sign-in ID.
Replit support is generally available Monday through Friday from 9 a.m. to 8 p.m. Eastern Standard Time (UTC-5).
Navigate to your profile identity located on the top right corner of your Replit App, select CLUI, and in the search box that appears, search by typing restore. In the search results, you’ll see an option restore-folder to restore a specific folder from the trash.
Navigate to your profile identity located on the top right corner of your Replit App, select CLUI, and in the search box that appears, search by typing restore. In the search results, you’ll see an option restore-repl to restore a specific Replit App from the trash.
If your Replit App is failing to load, try these debugging steps:
- Test your internet connection.
- Try a different browser.
- Check if your browser has enabled JavaScript.
- Use the command
kill 1
in the shell to kill and restart the virtual Linux machine backing your Replit App.
If none of the above steps helped, check Replit’s Service Status. If you see the status as All systems are go! and you still have issues loading your Replit App, please get in touch with Replit Support.
If the file is too large for a standard GUI upload, you can use scp
(Secure Copy) to securely transfer files between local and remote systems over SSH. To copy files from your local machine to the remote machine, use this syntax:scp filename username@ip_address:/home/username
You can also copy entire directories using scp.
Go to https://replit.com/~/cli/account/cycles-to-usage-credits to convert Cycles to credit. Each Cycle is equivalent to a $0.01 USD usage credit. This is an irreversible operation.
If you convert your Cycles into credit, you can view your current balance at https://replit.com/~/cli/account/usage-credits-balance.
Cycles can still be used for Bounties.
Was this page helpful?