help Shows the abbreviated help menu in the terminal.
state Shows the system properties. Includes the online state of the system, offline mode, and session
mode.
technologies
Shows a list of all technology types existing on the system and their properties. See the
properties section of the Technology API for explanations of each property.
enabletechnology
Enables the given technology type (e.g. ethernet, wifi, 3g, etc.) Turns power on to the
technology, but doesn't connect unless there is a service with autoconnect set to True.
disabletechnology
Disables the given technology type. Turns power off to the technology and disconnects if it is
already connected.
enableoffline
Enables offline mode. Disconnects and powers down all technologies system-wide, however each
technology can be powered back on individually.
disableoffline
Disables offline mode. Technologies are powered back on according to their individual policies.
tethertechnologyon | off
Enable or disable tethering on technology. Ethernet cannot be tethered by default since tethering
it usually breaks local networks. See connman.conf(5) for enabling.
tetherwifion | offssidpassphrase[freq]
Enable or disable wireless tethering, as well set the SSID and passphrase.
services
Shows a list of all available services. This includes the nearby wifi networks, the wired ethernet
connections, bluetooth devices, etc. An asterisk in front of the service indicates that the
service has been connected before.
servicesservice
Shows a list of all properties for that service. Only the service path (e.g.
wifi_6834534139723_managed_none) is accepted as a parameter.
scantechnology
Scans for new services on the given technology.
connectservice
Connects to the given service. Some services need a so-called provisioningfile in order to
connect to them, see connman-service.config(5).
disconnectservice
Disconnects from the given service.
move-beforeservicetarget-service
Prefer connecting to service over target-service.
move-afterservicetarget-service
Prefer connecting to target-service over service.
configserviceoptionarg...
Configures a writable property of the given service to the value(s) entered after option. See the
ConfigOptions subsection for details.
monitortarget
Listens for and displays DBus signals sent by Connman. If a currently monitored property changes,
the changes will be shown. If no target is specified, all changes will be shown. See the MonitorOptions subsection for a summary of parameters.
vpnconnections
Shows a list of all available vpn connections.
vpnconnectionsconnection
Shows the current properties of connection.
Commandsonlyavailableininteractivemode:agenton | off
Enable or disable the wireless agent, used for entering wireless network passphrases. See the
EXAMPLE section of this man page for an example of connecting to a wireless access point.
vpnagenton | off
Enable or disable the vpn agent, used for entering vpn credentials.
ConfigOptions:autoconnecton | off
Sets the autoconnect property of the service.
ipv4off | dhcp | manualaddressnetmaskgateway
Configures the IPv4 settings for the service. The argument off means that IPv4 won't be used, dhcp
means that dhcp will be used to get the settings and manual means that the given arguments will be
used as IPv4 settings. address, netmask and gateway must be valid IPv4 addresses. See the EXAMPLE
section of this man page for details.
ipv6off | auto | manualaddressprefixlengthgateway
Configures the IPv6 settings for the service. The argument off means that IPv6 won't be used, auto
means that settings will be asked from the network and manual means that the given arguments will
be used as IPv6 settings. address and gateway must be valid IPv6 addresses. prefixlength is the
length of the prefix in bits. See the EXAMPLE section of this man page for details.
nameserversdns [...]
Set the list of nameservers, separated by spaces.
timeserversserver [...]
Set the list of timeservers, separated by spaces.
domainsdomain [...]
Set the list of search domains, separated by spaces.
proxydirect | autoURL | manualserver[...] [--excludes server[...]]
Configures the proxy settings for the service. direct means that no proxy will be used. If using
auto without a parameter, the network will be asked for the proxy settings. Otherwise, use URL as
an proxy autoconfiguration URL. When set to manual, the first list of servers is used as proxy
servers, and the traffic to the second list of servers are excluded from the proxy. The list of
excluded servers is optional. See the EXAMPLE section of this man page for details.
MonitorOptions:services [off]
Listens for changes to services, for example a service getting an IP address.
tech [off]
Listens for changes to technologies, for example a technology getting enabled.
manager [off]
Listens for the changes to global properties, available technologies, services, and peers.
vpnmanager [off]
Listens for added or removed vpn connections.
vpnconnection [off]
Listens for the changes to vpn connections, for example connecting to a VPN.