Webmod Installation Tutorial for Windows and Linux
Webmod is a multi-threaded HTTP Web server embedded into a MetaMod plugin(Linux and Win32 compatible). It allows you not to use specific tools like: HLSW or AgentOrange, or additional software such as web server, PHPRCon or a Perl capable shell account to run PsychoQuery.
Download webmod [download id="23"]
Once installed, you can access it on http://server_ip:server_port/ ; for example if you connect to 123.45.67.89:27016 to play, you just have to add « http:// » at the beginning and give this to your web browser : http://123.45.67.89:27016/. This addon provides a public live status page, and a private admin area (password-protected, currently using RCon password).
But this plugin is not only what’s contained in the zip file : WebMod includes a script preprocessor that lets you customize its web pages totally, and to create yours at your own convenience. W scripting language reference document is provided in the archive.
You’ll learn how to use { } blocks, game server and HTTP related variables, etc.
Webmod installation
You can download the webmob pack for windows and linux from: here
Unzip this file in your mod’s directory (”cstrike” for example).
It will create those directories :
- addons/w : webmod base dir
- addons/w/dlls : win32 & linux binaries
- addons/w/docs : documentation (html format)
- addons/w/www : web server root dir with .w pages
- addons/w/www/mappics : some Counter-Strike map screenshots
- addons/w/www/includes : some .inc files included by .w pages
Edit your addons/metamod/plugins.ini and add the following 2 lines (start, middle, end of file : no matter) :
win32 addons/w/dlls/w_mm.dll
linux addons/w/dlls/w_mm_i386.so







