[Wapt] default login password wapt console

Richard DURGAHEE r.durgahee at isabelmarant.fr
Fri Nov 28 15:03:29 CET 2014


Hello,

Actually I installed WAPT on a Windows server 2008 R2 which has WSUS and obviously IIS enabled..

I checked " wapt_password" line and has a very long password with letters and lot of numbers.

Is there a way to make it work on this server? If it's not possible I will install it on another server.

Thank you for your help!

Richard DURGAHEE
Administrateur système & réseau


IM Production
50 rue Croix des Petits Champs
75001 Paris - France
Tel :  +33 1 73 13 98 40 
www.isabelmarant.com 

-----Message d'origine-----
De : Jérémie Courrèges-Anglas [mailto:jeremie.courreges-anglas at tranquil.it] 
Envoyé : vendredi 28 novembre 2014 14:36
À : Richard DURGAHEE; wapt at lists.tranquil.it
Objet : Re: [Wapt] default login password wapt console

Le 28/11/2014 11:20, Richard DURGAHEE a écrit :
>
> Hello,
>

Hi Richard,

>  
>
> I just installed wapt-server on a windows server but when I finished 
> it and wanted to launch WAPT console it asks me for a login and 
> password and the password typed in waptserverpostconf doesn't work.
>
> **

That is (obviously) unexpected.  Which WAPT and Windows Server version do you use?

The password is stored in C:\wapt\waptserver\waptserver.ini (default install).  This file should look like this:

# commented lines
[options]
wapt_user=admin
wapt_password=<your obfuscated password>

To manually generate an obfuscated version of your password, run this command (on a single line):

C:\wapt\waptpython.exe -c "import sys, hashlib; print hashlib.sha1(sys.argv[1]).hexdigest()" your_new_password_here

But before modifying anything please make sure that you don't have another web server running.  IIRC some Windows versions ship with IIS activated by default.  This conflict with the embedded Apache server needed for WAPT.

HTH,

--
Jérémie Courrèges-Anglas - Tranquil IT Systems http://www.tranquil-it-systems.fr - http://dev.tranquil.it



More information about the WAPT mailing list