FAQ | Frequently Asked Questions
Why does my Always On Repl restart sometimes?
Repls will need to switch physical servers once in a while to help conserve resources, causing your Always On Repl to restart. Your Repl will turn back on, install all packages, and then run your code, so there will be a small delay between the restart and your code running again.
Always On can be purchased using Cycles or as part of the Hacker or Pro plans. See the Always On doc for how to turn on this Power Up.
For help with Always On for chatbots/Discord bots
See the Chatbots category in the Replit Ask Forum.
Read our Database FAQ for persisting data.
How do I restore a Repl?
Use the clui (command line user interface, blog) to access the trash:
- Go to https://replit.com/~/cli.
- Once you get to the terminal, type "Trash".
- Choose the "View" option to see your most recently deleted repls.
- Go back to "Trash" again and choose "Restore" this time, along with the title of the project you want to restore.
How do I restore a file in my Repl?
Check out our docs on the History tool to learn how you can restore a file.
Where can I get help with my code?
If you are having trouble with your code, you can always reach out to our lively community on our forum. If you can't find answers within our community, search Stackoverflow, YouTube, or these docs: HTML, Python, Javascript.
Here are some basic debugging steps you can take if you are stuck with your code:
- Double check your code line by line for any syntax mistakes.
- Enter the command
kill 1
in the Shell tab in your Repl. - Fork the Repl.
- Install all the necessary packages via our package manager if available packager tab.
- Refresh the page.
Why is my Repl failing to load?
If your Repl 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—this will kill and restart the virtual Linux machine backing your Repl.
If none of the above steps helped, check Replit's Service Status, if "all systems are a go," and you still have issues loading your Repl, please contact Replit Support.
How do I create a custom domain?
You can link any Repl to any domain that you own. Learn how to connect your domain here.
I'm having trouble logging in, what should I do?
- Make sure you are using the correct email and password.
- Use the forgot password page to reset your password.
- Try a different browser to log in.
- If those steps fail, contact support.
How do I change my email if I signed up with Google/Github/Facebook?
We require a password to change your email on your account. If you signed up with another service, such as Google or GitHub, you will not have a password available. To change emails you will first need to go through the reset password process.
For step-by-step instructions:
- Open the left sidebar, click on your username to open the dropdown menu, and then click
Log out
. - Go back to the login page, click forgot password, and enter your email for the connected account:
- You will receive an email with a link to create a new password. If you don't see the email, make sure it isn't in your spam filter.
- Now you can go to your account page and change your account email address using your new password.
How do I change my username?
You can only change your username 1 time, by clicking here. If the option is not available to you, then you have already changed it.
Can I merge accounts?
Unfortunately, at this time, we don't have a way for users to merge accounts.
How can I update Python to the latest version?
Our official Python repl is currently on version 3.8. CodingCactus has a usable Python 3.10 template, but it doesn't support the Python console and the tkinter UI library. We are working on an infrastructure update to make updating software in repls easier: nix modules. This will enable a fully functional Python repl template for the latest version of Python.
How do I turn on Explorer?
If you want to be on the cutting edge, turn on Explorer mode in your Account settings.
- Navigate to your username in the upper-left corner the site, and select the down arrow.
- Select Account.
- Scroll down to Roles.
- Toggle on Explorer.
Explorers are the first to see new Replit features in the Workspace. Because those features are stil in development, sometimes things don't work as expected. If something isn't working correctly, please let us know. You can remove the role at any time to go back to the Replit you know and love.
Cycles
What are Cycles?
Cycles are Replit's new digital tokens! They can be purchased on Replit and combined with any user plan to increase your Repls' performance and functionality.
Cycles are not a cryptocurrency. They are virtual tokens native to the Replit platform and are meant to improve your experience on Replit.
What can I use Cycles on?
At this moment you can use Cycles to buy Private Repls, Always On, Boosts, Ghostwriter, and more features are coming soon!
What are Power Ups?
Power Ups are anything that improves your Repls' functionality and performance. Current available Power Ups include: Boosts, Always On, or Private Repls.
How much are Cycles worth?
Cycles can be purchased for $0.01 USD per Cycle. If you earned Cycles through Bounties, they are eligible for cash out.
There is a 25% cash out fee and additional fees based on your country of residence and chosen payment method.
Can anyone buy Cycles?
Any user, regardless of their Replit plan, can purchase Cycles.
You cannot buy Cycles through the Replit Mobile App though, you need to use the web version.
Can I get a refund on Cycles?
Cycles are non-refundable. For further details, please refer to Cycles Terms
How do I use my Cycles?
You can use your current Cycles on any Power Up from the Workspace (inside of a Repl).
What happens when I toggle off my Power Up?
For Always On and Boosts, your Power Up power up's functionality on that Repl. You can change Power Ups on and off for as long as your Cycles balance meets the required amount.
How do I stop paying for a Power Up (i.e., end a Cycles subscription)?
For Always On and Boosts make sure that you toggle off from inside of the Repl where its activated before the renewal date.
For private Repls bought with Cycles, head to My Cycles page and toggle off the subscription.
What happens to my private Repls if I stop using Cycles or run out of Cycles?
Your Repls will remain private but you will not be able to edit the code unless you make the Repl public or subscribe to private Repls again with Cycles.
How are Discord bots rate limited?
Your Repl needs to obey the official Discord rate limits. We also enforce these rate limits:
- If Discord responds that you have no more requests left, your requests will wait until the Discord rate limit resets.
- If you make more than 50 concurrent requests, they will be dropped with a 429 Too Many Requests response.
- If you get a 400-499 status code response from Discord, all your requests will be dropped with a 429 Too Many Requests response for about 40 seconds.