JPPS

Home

Welcome to rust-proxy

This wiki explains rust-proxy in plain language — no technical background needed. If you can use a web browser and fill out a form, you can use this.

What does rust-proxy actually do?

Think of rust-proxy as a receptionist for your websites and online services.

When someone types www.yourbusiness.com into their browser, that request has to land somewhere on the internet. rust-proxy sits at the front door of your server and asks: "Which visitor is this for?" — then quietly walks them back to the right room (the right website or service running on your computer), locks the door with a padlock (HTTPS encryption) along the way, and keeps a guard posted at every other door that isn't supposed to be open (the firewall).

You never see rust-proxy directly. Visitors never see it either. It works silently in the background so that:

Who is this for?

Anyone running one or more websites or online services on their own server and who wants:

Where to go next

The short version

  1. Install rust-proxy (one command)
  2. Open the admin panel in your browser and create your admin account
  3. Add a website: give it a name (domain) and tell it where the real website lives
  4. rust-proxy gets it a free HTTPS certificate automatically
  5. Done — visitors reach your site securely

Everything else in this wiki is detail on top of those five steps.