Serving over 8+ million users since 2023.
Interstellar is a web proxy with a Clean and Sleek UI and easy to use menus. Our goal is to provide the best user experience to everyone.
[!IMPORTANT] If you fork this project, consider giving it a star in the original repository!
Join Our Discord Community for support, more links, and an active community!
[!IMPORTANT] You cannot deploy to static web hosts, including Netlify, Cloudflare Pages, and GitHub Pages.
config.js
file and set challenge
to true. Then, set the environment variable as follows:config=true pnpm start
or $env:config=true; pnpm start
, depending on your server.config=true bun start
or $env:config=true; bun start
if you prefer Bun.config=true npm start
or $env:config=true; npm start
if you prefer NPM.You must run these commands on your server:
git clone https://github.com/UseInterstellar/Interstellar
cd Interstellar
git clone --branch Ad-Free https://github.com/UseInterstellar/Interstellar
cd Interstellar
Next depending on your package manager, run one of the following commands:
If you are using Bun, run the following commands:
bun i
bun start
If you are using pnpm, run the following commands:
pnpm i
pnpm start
If you are using npm, run the following commands:
npm i
npm run start
cd Interstellar
git pull --force --allow-unrelated-histories # This may overwrite your local changes
For more deployment options, join our Discord Server for various ways to deploy Interstellar. This includes methods of deploying to Render/OnRender.
As of January 1st, 2024, Replit is no longer free. Try GitHub Codespaces instead.
[!NOTE] If you're setting the port below 1023, then you must run
sudo PORT=1023
pnpm i && pnpm start
.[!IMPORTANT] Make sure you click the "Make public." button, or the proxy won't function properly.
pnpm start
pnpm i
, and before pnpm start
, prepend PORT=8080
, replacing 8080 with another port. For example, PORT=6969 pnpm start
.$env:PORT=8080;
, replacing 8080 with another port. For example, $env:PORT=6969; pnpm start
[!NOTE] We are committed to making Interstellar easy and personalized however, as of now we need your support in making it ad-free. Consider keeping ads so Interstellar can run freely or contribute by being a supporter.
If you encounter problems, open an issue on GitHub, and we'll address it promptly.
[!TIP] If you're having trouble, don't hesitate to reach out to us on Discord for personalized support.
A huge thanks goes out to all of the people who have contributed to Interstellar.