diff --git a/www.i2p2/pages/i2pcontrol.html b/www.i2p2/pages/i2pcontrol.html
index 504c74fe..87e278e3 100644
--- a/www.i2p2/pages/i2pcontrol.html
+++ b/www.i2p2/pages/i2pcontrol.html
@@ -61,7 +61,35 @@ Response:
Result – [double] Returns the average value for the reuested rateStat and period.
-NetworkInfo – Fetches or sets various network related information. Ports, addresses etc.
+RouterInfo – Fetches basic information about hte I2P router. Uptime, version etc.
+ Request
+ - *i2p.router.status – [n/a]
+ - *i2p.router.uptime – [n/a]
+ - *i2p.router.version – [n/a]
+ - *i2p.router.net.status – [n/a]
+
+ Response
+ - **i2p.router.status – [String] What the status of the router is.
+ - **i2p.router.uptime – [String] What the uptime of the router is.
+ - **i2p.router.version – [String] What version of I2P the router is running.
+ - **i2p.router.net.status – [String] What the current netowrk status is.
+
+
+RouterRunner – Manages I2P router restart/shutdown.
+ Request
+ - *Restart – [n/a] Restarts the router.
+ - *RestartGraceful – [n/a] Restarts the router gracefully (waits for participating tunnels to expire).
+ - *Shutdown – [n/a] Shuts down the router.
+ - *ShutdownGraceful – [n/a] Shuts down the router gracefully (waits for participating tunnels to expire).
+
+ Response
+ - **Restart – [null] If requested, verifies that a restart has been initiated.
+ - **RestartGraceful – [null] If requested, verifies that a graceful restart has been initiated.
+ - **Shutdown – [null] If requested, verifies that a shutdown has been initiated
+ - **ShutdownGraceful – [null] If requested, verifies that a graceful shutdown has been initiated
+
+
+NetworkSetting – Fetches or sets various network related settings. Ports, addresses etc.
Request
- *i2p.router.net.ntcp.port – [String] What port is used for the TCP transport. If null is submitted, current setting will be returned.
- *i2p.router.net.ntcp.hostname – [String] What hostname is used for the TCP transport. If null is submitted, current setting will be returned.