Jump to content

how to reset password?


Recommended Posts

run ps axu | grep utserver and you should see something like

root     28078  5.1  2.1  82052 43832 ?        Ssl  May16 150:15 /usr/bin/utserver -daemon
-configfile /etc/utserver.conf -logfile /var/log/utserver.log -pidfile /var/run/utserver.pid
-settingspath /root/.utserver/

The configfile option tells you where your configuration file is stored. Stop utserver, open the config file. change password, start utserver with the same command above.

Cheers!

Link to comment
Share on other sites

run ps axu | grep utserver and you should see something like

root     28078  5.1  2.1  82052 43832 ?        Ssl  May16 150:15 /usr/bin/utserver -daemon
-configfile /etc/utserver.conf -logfile /var/log/utserver.log -pidfile /var/run/utserver.pid
-settingspath /root/.utserver/

The configfile option tells you where your configuration file is stored. Stop utserver, open the config file. change password, start utserver with the same command above.

Cheers!

I don't think that will work. You can't just shove a password in the config file and have it change. It will be ignored unless you have no settings at all (ie. first run).

There is specific functionality to reset the admin username and password to defaults. This involves placing a file called c.utmr in a configurable directory. This directory is set using the dir_request configuration parameter which *can* be put in the conf file. So, if dir_request isn't set already, put it in utserver.conf, then touch c.utmr in that directory.

Link to comment
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...