Self-host Auto-Lister

Deploy your own instance of Auto-Lister on your homelab or VPS. You control the infrastructure, the users, and the API keys.

Private API Keys Docker Compose included Local Admin Setup

1 Download Release

Download the current self-host package from the public release link below.

Package URL: https://marketplace.mrbtechnologies.com/downloads/auto-lister-self-host.tar.gz

Install from package:

curl -L -o auto-lister-self-host.tar.gz https://marketplace.mrbtechnologies.com/downloads/auto-lister-self-host.tar.gz
mkdir -p auto-lister
tar -xzf auto-lister-self-host.tar.gz -C auto-lister --strip-components=1
cd auto-lister

Optional Git clone:

git clone https://github.com/mbellew937/auto-lister.git auto-lister
cd auto-lister

2 Configure Environment

Copy the example environment file and add your Gemini API Key.

cp .env.example .env
nano .env

3 Deploy & Setup

Start the Docker stack. Once running, navigate to the setup page in your browser to create your admin account.

docker compose up -d --build

# First launch setup
open https://your-domain-or-ip/setup

Need Help?

Open a support request when installation, login, browser sessions, AI analysis, or Facebook fill fails.

Email

Include what happened, the page or action, account email, and any screenshots or logs.

support@mrbtechnologies.com

Helpdesk

Use the helpdesk for hosted account, billing, and production support requests.

Open Guest Form

GitHub Issues

Report self-host bugs with your version, deployment type, and sanitized logs.

Open Issues

Support the Developer

If you find this self-hosted tool valuable, consider sending a tip to support future updates.

← Back to Product Page