1- Make a directory anywhere and copy in it the executables, data files and sub-directories needed by the door. 2- Assign DIOGENES: to this directory * in your startup-sequence to be able to use the doors/utils all the time; * in Shell to be able to test it immediately :-) 3- Make a directory DATA in your DIOGENES: directory. This is NEEDED. 4- Read the documentation and change the config file to fit your needs. 5- Add this line to your TEMPEST:TEXT/language/TEXT-POSTCONNECT textfile: ~TD(DIOGENES:DioFront) ... if you wish to have a Front-End 6- Add this line to your TEMPEST:TEXT/language/TEXT-POSTLOGON textfile: ~TD(DIOGENES:DioLogin) ... NEEDED for several of my utils ! 7- Add this line to your TEMPEST:OPTIONAL/GLOBALMENU.OPT textfile: [10-,*,*,*,*]=WHO|T-DOOR|DIOGENES:DioFront ... if you wish to replace the Tempest internal WHO by DIO-FRONT You'll probably also wish to KILL the WH and WHM commands which call the Tempest internal WHO. The reason for this DIOGENES: is that several utils of me use the same data files, and it is much more easy to have them all at the same place. Don't forget DIOLOGIN, this utility is used by DIO-FrontEnd, and ALSO by other of my utils. You HAVE to call it in your TEXT-POSTLOGON textfile. BE AWARE that the total calls value AND OTHER VALUES will be wrong till DIOLOGIN is called from all of your nodes. Wait for a call to occur on each of your node to see a correct calls total.