Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
monitor:ntsvcs [2010/03/16 13:00] digitalmanmonitor:ntsvcs [2010/03/16 13:33] digitalman
Line 41: Line 41:
  sbbsNTsvcs install  sbbsNTsvcs install
  
 +Example output:
 +<file>
 +Synchronet NT Services  Version 3.15a  Copyright 2010 Rob Swindell
 +
 +Installing Synchronet NT Services...
 +Installing service: Synchronet Terminal Server          ... Startup: Automatic
 +Installing service: Synchronet FTP Server               ... Startup: Automatic
 +Installing service: Synchronet Web Server               ... Startup: Automatic
 +Installing service: Synchronet SMTP/POP3 Mail Server    ... Startup: Automatic
 +Installing service: Synchronet Services                 ... Startup: Automatic
 +</file>
 ===== Configuration ===== ===== Configuration =====
  
-The configuration of the Synchronet servers and services is handled in your +The configuration of the Synchronet [[:server:|Servers]] and [[:service:|Services]] is handled in your 
-Synchronet initialization file (e.g. ''[[dir:ctrl]]/sbbs.ini''). The Synchronet Windows+Synchronet initialization files (i.e. ''[[config:sbbs.ini]]'' and ''[[config:services.ini]]''). 
 + 
 +The Synchronet Windows
 services know the location of your Synchronet ''[[dir:ctrl]]'' directory from the services know the location of your Synchronet ''[[dir:ctrl]]'' directory from the
 ''[[:config:env#SBBSCTRL]]'' environment variable. ''[[:config:env#SBBSCTRL]]'' environment variable.
  
 Once installed, the Synchronet Windows services may be started from the Windows Services Once installed, the Synchronet Windows services may be started from the Windows Services
-dialog (under the Windows Control Panel->Administrative Tools->Services),  +dialog (under the Windows Control Panel->Administrative Tools->Services), 
-by running the Synchronet Control Panel, or if the system is rebooted, the+ 
 +{{:monitor:services_cpl.png|}} 
 + 
 +by running the [[monitor:sbbsctrl|Synchronet Control Panel]], or if the system is rebooted, the
 services will start automatically if enabled and configured for "AutoStart". services will start automatically if enabled and configured for "AutoStart".
  
 The Windows Services control panel applet may also be started with Windows Start->Run->''services.msc''. The Windows Services control panel applet may also be started with Windows Start->Run->''services.msc''.
 +
 +{{:monitor:run_services_msc.png|}}
  
 ===== Uninstallation ===== ===== Uninstallation =====
Line 60: Line 78:
  
  sbbsNTsvcs remove  sbbsNTsvcs remove
 +
 +Example output:
 +<file>
 +Synchronet NT Services  Version 3.15a  Copyright 2010 Rob Swindell
 +
 +Removing: Synchronet Terminal Server          ... Removed
 +Removing: Synchronet FTP Server               ... Removed
 +Removing: Synchronet Web Server               ... Removed
 +Removing: Synchronet SMTP/POP3 Mail Server    ... Removed
 +Removing: Synchronet Services                 ... Removed
 +</file>
  
 You may also enable and disable the Synchronet Windows Services with the sbbsNTsvcs You may also enable and disable the Synchronet Windows Services with the sbbsNTsvcs
Line 98: Line 127:
    
 Example:  Example: 
-  sc restart SynchronetMail +  sc stop SynchronetWeb 
- +   
 +Example output: 
 +<file> 
 +SERVICE_NAME: SynchronetWeb 
 +        TYPE               : 20  WIN32_SHARE_PROCESS 
 +        STATE              : 3  STOP_PENDING 
 +                                (STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN) 
 +        WIN32_EXIT_CODE    : 0  (0x0) 
 +        SERVICE_EXIT_CODE  : 0  (0x0) 
 +        CHECKPOINT         : 0x0 
 +        WAIT_HINT          : 0x7530 
 +</file>   
 +To start or stop all Synchronet Windows Services at once from a command-line, use the ''sbbsNTsvcs'' commands. 
 + 
 +Example: 
 +  sbbsNTsvcs start 
 + 
 +Example output: 
 +<file> 
 +Synchronet NT Services  Version 3.15a  Copyright 2010 Rob Swindell 
 + 
 +Starting service: Synchronet Terminal Server          ... Started 
 +Starting service: Synchronet FTP Server               ... Started 
 +Starting service: Synchronet Web Server               ... Started 
 +Starting service: Synchronet SMTP/POP3 Mail Server    ... Started 
 +Starting service: Synchronet Services                 ... Started 
 +</file> 
  
 ===== Synchronet Control Panel ===== ===== Synchronet Control Panel =====
Line 135: Line 190:
 {{tag>}} {{tag>}}
  
-{{indexmenu_n>3}}+{{indexmenu_n>3}}{{:monitor:services_cpl.png|}}