Welcome to the
WalkMe Help Center
Please log in to continue
Please log in to continue
This article covers the technical requirements and setup steps for configuring a web server to host WalkMe files in a self-hosted deployment.
It focuses on server readiness, DNS configuration, and folder structure.
Before setting up self-hosting, make sure the following requirements are met:
If you are hosting WalkMe files on an existing server, some of these steps may already be complete. In that case, proceed to Create the Folder Structure.
1. Configure your DNS server to include the domain that will host the WalkMe files.
For example, if your WalkMe files will be served from:
http://www.example.com/WalkMe
Make sure www.example.com is defined in your DNS server.
2. If using HTTPS (recommended), issue or update the web server SSL certificate to include the WalkMe domain.
3. Create a folder on the web server where the WalkMe files will be stored.
If you plan to self-host files for multiple environments, create a separate subfolder for each environment.
Example folder structure
http://www.example.com/folder/WalkMe/Test
http://www.example.com/folder/WalkMe/Production
This structure helps keep environments isolated and reduces deployment risk.
Once the server is configured:
For details on downloading and deploying WalkMe files, see Self-Hosting Model.