System Grab Bag

View all TLDR pages from Mac OS X (or from all pages)

vpnd

Listens for incoming VPN connections. It should not be invoked manually. More information: https://www.unix.com/man-page/osx/8/vpnd/.
  • Start the daemon:
    vpnd
  • Run the daemon in the foreground:
    vpnd -x
  • Run the daemon in the foreground and print logs to the terminal:
    vpnd -d
  • Run the daemon in the foreground, print logs to the terminal, and quit after validating arguments:
    vpnd -n
  • Print usage summary and exit:
    vpnd -h
  • Run the daemon for a specific server configuration:
    vpnd -i {{server_id}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.