Setting administrators

From server web pages

If you are a server Administrator, you can add other users to "Administrator" role. Go to Administration (link at the top right of any web page on the server), then "Permissions". There you can add more users to Administrator role.

If you don't see Administration, Permissions section, it means that you are not the administrator on the server.

By default, the administrator on the server is:

  • if you are using Windows users for authentication - the Windows user which was logged on when ManicTime Server was installed. On server machines this is usually local Administrator account

  • if you are using ManicTime users for authentication - this is chosen at install time by the person installing the server

If for some reason you can't figure out who Administrator is, you can still add one from command line after the server is installed.

Adding administrators from command line

You can add administrators from command line.

1. Stop ManicTime Server

Before you can add administrators, you need to stop ManicTime Server:

  • On Windows
    Open command prompt where ManicTimeServer.exe is (usually in "Program files x86/ManicTime Server") and type:

      ManicTimeServer stop
    
  • On Linux
    Stop ManicTimeServer process

2. Add users to administrators

Windows authentication
In Windows authentication you only add username, for example

ManicTimeServer addadmin -u domain\username

If username contains a space, use double quotes:

ManicTimeServer addadmin -u "domain\user name"

ManicTime Server authentication
In ManicTime Server authentication, you must add a username in the form of an email and a password:

ManicTimeServer addadmin -u user@email.com -p somePassword

3. Start ManicTime Server

Then start the server again:

  • On Windows
    Open command prompt where ManicTimeServer.exe is (usually in "Program files x86/ManicTime Server") and type:

      ManicTimeServer start
    
  • On Linux
    Start ManicTimeServer process