If you're experiencing issues with Chromium starting (hangs on login/notification), you can try the Debian image: charlocharlie/epicgames-freegames:latest.ghcr.io/claabs/epicgames-freegames-node:latest.This image is available from both GitHub Container Registry and Docker Hub: The web server will only be available during a scheduled run. Note: to optimize for standby memory usage, the web server does not run when the process is not running. For more details check out the config docs. If you don't have the ability to port forward/reverse proxy on your network, you can still access the web server remotely by setting: Set the webPortalConfig.baseUrl in the config.If you want to access the Captcha solving page from outside your network, setup any port forwarding/reverse proxy/DNS.p 81:3000 maps the host machine's port 81 to the container's port 3000) Expose port 3000 in your Docker run config (e.g.If you're familiar with hosting web servers and/or reverse proxies, follow this: There are two options for running the web server: Web server config Epic Games's device code session expires after 10 minutes, so this project uses a web server and redirect to prevent from sending you a new link every 10 minutes. This project can occasionally ask you to login via device code authentication.