Can I setup NTS to run on a Local network?


It is possible to configure NTS for a Local network. However, only one user is allowed to access the same data(Checkbook or Contributions) at any given time. This means that one user can be accessing/editing Contributions while another accesses/edits the Checkbook, but both cannot be accessing/editing the Contributions at the same time or the Checkbook at the same time.

  1. Install NTS on each computer that will need access to the financial records.
  2. Decide which folder location will be used to store the NTS data on the host computer and make note of it.
    ie. ComputerXYZ\C\NTSData
  3. In the NTS installation folder (usually C:\Program Files(x86)\NTSWin) on each client computer, there is a file named ntswin.ini. Double-click on the file to open it. The file will look like the following:
      [Configuration]
      User=First Church of the Nazarene
      LicNo=100100
      Directory=C:\NTSData
  4. Change the Directory= to the network location of the host data folder. Use a UNC path for the directory. Do not include a backslash at the end of the path.
    Example:
      [Configuration]
      User=First Church of the Nazarene
      LicNo=100100
      Directory=\\ComputerXYZ\C\NTSData

NOTICE:  If two people try to access the same NTS data at the same time, the second user will get an error message preventing the user from viewing or accessing the data.