Quick Start
Less than 1 minute
Quick Start
Warning
It is strongly recommended to fully test in a staging environment before deploying to production. Please report any issues promptly.
v1.3.9
1. Download the latest versionGitee: https://gitee.com/samwaf/SamWaf/releases
GitHub: https://github.com/samwafgo/SamWaf/releases
2. Quick Start
Windows
- Direct start:
SamWaf64.exe
- As a service:
// Install
SamWaf64.exe install
// Start
SamWaf64.exe start
// Stop
SamWaf64.exe stop
// Uninstall
SamWaf64.exe uninstall
Linux
- Direct start:
./SamWafLinux64
- As a service:
// Install
./SamWafLinux64 install
// Start
./SamWafLinux64 start
// Stop
./SamWafLinux64 stop
// Uninstall
./SamWafLinux64 uninstall
Warning
PS: Note that starting from version v1.3.7-beta.1, if your system is Windows Server 2008 R2, please download SamWaf64ForWin7Win8Win2008.exe to use.
For Linux Arm64 architecture, please download the corresponding file
For Docker, please pull the latest version from Docker Hub
3. Start and Access
http://127.0.0.1:26666
Default username: admin
Default password: admin868
(Note: Please change the default password upon first login)