Synchronet v3.21e-Win32 (install) has been released (Mar-2026).

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 revision
Previous revision
monitor:sbbsctrl:properties [2018/03/01 12:11] – Links to util:binkit changed to module:binkit digital manmonitor:sbbsctrl:properties [2025/08/04 14:50] (current) – [Login Command] Include syncterm example login command (FAQ) digital man
Line 10: Line 10:
 ==== Login Command ==== ==== Login Command ====
 The //Login Command// is what is invoked when the BBS->Login menu option is used. This is a telnet URI by default, pointing to //localhost// which should start the Windows default handler for Telnet connections, but you could put any command-line here. The //Login Command// is what is invoked when the BBS->Login menu option is used. This is a telnet URI by default, pointing to //localhost// which should start the Windows default handler for Telnet connections, but you could put any command-line here.
 +
 +If executing the telnet:/// URI doesn't work (you don't have an associated handler installed/enabled in Windows) or is handled by a different terminal program than you prefer, you could install [[resource:term|SyncTERM]] for Windows and change the //Login Command// to:
 +  syncterm telnet://localhost
  
 ==== Config Command ==== ==== Config Command ====
-The //Config Command// is what is invoked when the BBS->Configure menu option is used. Normally this will be a command to invoke [[module:binkit]]. +The //Config Command// is what is invoked when the BBS->Configure menu option is used. Normally this will be a command to invoke [[util:SCFG]]. 
   * The first ''%s'' will be replaced with the path to the Synchronet ''[[dir:exec]]'' directory.   * The first ''%s'' will be replaced with the path to the Synchronet ''[[dir:exec]]'' directory.
   * The second ''%s'' will be replaced with the path to the Synchronet ''[[dir:ctrl]]'' directory.   * The second ''%s'' will be replaced with the path to the Synchronet ''[[dir:ctrl]]'' directory.
Line 62: Line 65:
  
 ==== Hostname ==== ==== Hostname ====
-The DNS host name of this instance of Synchronet may be over-ridden using this setting. If not set, the value from [[module:binkit]]->Networks->Internet->Address is used for the system's public host name, where needed.+The DNS host name of this instance of Synchronet may be over-ridden using this setting. If not set, the value from [[util:SCFG]]->Networks->Internet->Address is used for the system's public host name, where needed.
  
 ==== Log Window Size ==== ==== Log Window Size ====