Admin API via Websockets

ok noted but But i had already done so here are my configs

admin: {
	admin_ws = true					# Whether to enable the Admin API WebSockets API
	admin_ws_port = 7088				# Admin API WebSockets server port, if enabled
	#admin_ws_interface = "eth0"		# Whether we should bind this server to a specific interface only
	#admin_ws_ip = "192.168.0.1"		# Whether we should bind this server to a specific IP address only
	#admin_ws_unix = "/run/aws.sock"	# Use WebSocket server over UNIX socket instead of TCP
	admin_wss = false					# Whether to enable the Admin API secure WebSockets
	#admin_wss_port = 7989				# Admin API WebSockets server secure port, if enabled
	#admin_wss_interface = "eth0"		# Whether we should bind this server to a specific interface only
	#admin_wss_ip = "192.168.0.1"		# Whether we should bind this server to a specific IP address only
	#admin_wss_unix = "/run/awss.sock"	# Use WebSocket server over UNIX socket instead of TCP
	#admin_ws_acl = "127.,192.168.0."	# Only allow requests coming from this comma separated list of addresses
	#admin_ws_acl_forwarded = true		# Whether we should check the X-Forwarded-For header too for the ACL
										# (default=false, since without a proxy in the middle this could be abused)
}

ws://ipAddress:7088/admin