u/Impressive_Account36

How to make an offline backup of the Epomaker HE80 web driver (in case Epomaker ever takes it down)

Like many of you, I was worried about losing access to the HE80 driver if Epomaker ever shuts down their servers. The driver is a web app hosted at:

`https://epomaker.driveall.cn/#/\`

I tested and confirmed you can make a local backup using **wget** from WSL (Windows Subsystem for Linux) or any Linux terminal.

**Command that worked for me:**

```

wget --mirror \

--convert-links \

--adjust-extension \

--page-requisites \

--no-parent \

-P ~/epomaker-he80-backup \

https://epomaker.driveall.cn/

```

This downloads all the static files (HTML, JS, CSS, images) to a local folder. The files will be at `~/epomaker-he80-backup` and you can access them from Windows Explorer via `\\wsl$`.

**Important reminder:** Your keyboard stores its configuration (actuation point, macros, RGB) in its own memory, not in the software. So even if the driver disappears, your current settings are safe on the keyboard itself.

Hope this helps someone! Feel free to share.

reddit.com
u/Impressive_Account36 — 12 days ago