======================
The Ceph admin socket allows you to query a daemon via a socket interface.
-By default, Ceph sockets reside under ``/var/run/ceph``. To access a socket,
-use the following command::
+By default, Ceph sockets reside under ``/var/run/ceph``. To access a daemon
+via the admin socket, login to the host running the daemon and use the
+following command::
ceph --admin-daemon /var/run/ceph/{socket-name}
The admin socket command enables you to show and set your configuration at
runtime. See `Viewing a Configuration at Runtime`_ for details.
+Additionally, you can set configuration values at runtime directly (i.e., the
+admin socket bypasses the monitor, unlike ``ceph {daemon-type} tell {id}
+injectargs``, which relies on the monitor but doesn't require you to login
+directly to the host in question ).
+
.. _Viewing a Configuration at Runtime: ../../configuration/ceph-conf#ceph-runtime-config