diff --git a/docs/source/configure_station.rst b/docs/source/configure_station.rst
new file mode 100644
index 0000000000000000000000000000000000000000..f8e2049bbd2c36932984569355d9879c3b69d6d7
--- /dev/null
+++ b/docs/source/configure_station.rst
@@ -0,0 +1,40 @@
+Enter your Station Configuration
+=====================================
+
+The software will need to be told various aspects of your station configuration, for example, the hostnames of the station hardware to control. The following settings are installation specific, and are stored as *properties* in the :ref:`tangodb`. The format used here is ``device.property``:
+
+:RECV.OPC_Server_Name: Hostname of RECVTR
+
+  :type: ``string``
+
+:UNB2.OPC_Server_Name: Hostname of UNB2TR
+
+  :type: ``string``
+
+:SDP.OPC_Server_Name: Hostname of SDPTR
+
+  :type: ``string``
+
+:SST.OPC_Server_Name: Hostname of SDPTR
+
+  :type: ``string``
+
+:SST.FPGA_sst_offload_hdr_eth_destination_mac_RW_default: MAC address of the network interface on the host running this software stack, on which the SSTs are to be received. This network interface must be capable of receiving Jumbo (MTU=9000) frames.
+
+  :type: ``string[N_fpgas]``
+
+:SST.FPGA_sst_offload_hdr_ip_destination_address_RW_default: IP address of the network interface on the host running this software stack, on which the SSTs are to be received.
+
+  :type: ``string[N_fpgas]``
+
+:XST.OPC_Server_Name: Hostname of SDPTR
+
+  :type: ``string``
+
+:XST.FPGA_xst_offload_hdr_eth_destination_mac_RW_default: MAC address of the network interface on the host running this software stack, on which the XSTs are to be received. This network interface must be capable of receiving Jumbo (MTU=9000) frames.
+
+  :type: ``string[N_fpgas]``
+
+:XST.FPGA_xst_offload_hdr_ip_destination_address_RW_default: IP address of the network interface on the host running this software stack, on which the XSTs are to be received.
+
+  :type: ``string[N_fpgas]``
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 0f3d3488ca5dfa15be805dcbdf36581a5ffd0ec0..97640a9b7599f2433b3f8ef0fa58bfb10fbdd0bb 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -21,6 +21,7 @@ Even without having access to any LOFAR2.0 hardware, you can install the full st
    devices/using
    devices/devices
    devices/configure
+   configure_station
 
 
 Indices and tables
diff --git a/docs/source/installation.rst b/docs/source/installation.rst
index 40cfa5402f864fc18f481445e538560e43c1b84c..d0f4d333152a81176ee7eae90f7da6bc09f29a7b 100644
--- a/docs/source/installation.rst
+++ b/docs/source/installation.rst
@@ -26,6 +26,8 @@ If you lack access to LOFAR station hardware, load additional configurations to
     ../sbin/update_ConfigDb.sh ../CDB${sim}-config.json
   done
 
+If you do have access to LOFAR station hardware, you will have to :doc:`configure_station`.
+
 Now we are ready to start the other containers::
 
   make start