Everything you need to deploy, configure, and maintain GWS Backup.
Welcome to GWS Backup Support. This documentation will guide you through setting up your backup server and connecting your first Google Workspace client.
If you have questions about API limits, backup speeds, or "Stopped" statuses, please review our Frequently Asked Questions.
Support is free, and stays free for as long as we can manage it — on the free ten-workspace licence as much as on any other. Email support@gwsbackup.com and a person reads it. Early adopters get particular attention: if you took a chance on this before it had a track record, that earns you more of our time, not less.
Read this before you start: two of the items below stop the application dead if they are missing, and it is much less annoying to find out now.
The application itself is Node.js and does not use PHP at all. PHP is needed for one thing: the installer script that unpacks a release and backs up your database before it does. If you would rather extract the zip by hand in File Manager, you do not need PHP at all.
One package, one supported route today. Everything below describes what actually exists — where something is still being built, it says so rather than pretending otherwise.
The easiest way to run GWS Backup 24/7 without administering a server, and the path every current installation uses. If your host offers cPanel with Setup Node.js App or Application Manager running Node 22.5+, you can be up in about twenty minutes.
Two rules that matter more than any of the steps:
public_html. The application folder
holds your encrypted credentials database, your .env keys and your
recovery key. Under the web root, one misconfiguration puts all three within reach
of anyone on the internet.vault-k7x93q.yourdomain.com, not backup.yourdomain.com.
Bots scan the obvious names looking for admin panels.In outline: create the subdomain and run AutoSSL, create the Node.js application
pointing at app.js, upload the release zip and its matching
installer to the application root, run the installer, set
NEXTAUTH_URL to your full https:// address, then start the
app and complete setup in the browser.
Unpacking is one line in cPanel’s Terminal (or over SSH), from the application root:
That script backs up your existing database before it extracts anything, then removes itself and the zip. If your host gives you no terminal, use File Manager’s Extract on the release zip instead and delete both files afterwards — the result is the same, minus the automatic database backup.
→ Follow the full step-by-step cPanel install guide
The download is the same package: a self-contained Node application whose entry point
is app.js. On a VPS you would unpack it outside your web root, set
NEXTAUTH_URL (and PORT if you are not proxying), run it under
a process manager such as systemd, and put a reverse proxy with TLS in front.
We have not yet published step-by-step commands for this, deliberately. Every installation to date runs under cPanel/Passenger, so a bare-VPS walkthrough would be instructions we have not followed ourselves end to end. It is being written and tested now. If you want to deploy this way before then, get in touch — we will walk you through it personally and your notes will shape the guide.
Ships with the 2 September release, alongside cPanel. The image carries its own
Node runtime, so there is nothing to install first and no version to check
— two files, two generated secrets, and
docker compose up -d. Your databases live in a Docker volume, so
updating replaces the container and leaves them alone.
→ Follow the full step-by-step Docker install guide
Built and in testing, and not released yet. There is no installer to download today — when there is, it will be announced in the news section and inside the app itself. We would rather be late than hand you an installer that eats an afternoon.