Downloading and Installing RICOH Data Collector with Command Line
To start monitoring and gathering data from your printers, you must first install
the RICOH Data Collector application. If a data collector is not available, the Install Data Collector to Get Printer Data page is displayed.
- On the Install Data Collector to Get Printer Data page, prepare to install RICOH Data Collector to connect to your printer and click Next.

- Check the computer requirements and click Next.

- Check the ports that you need to open and click Next.

- Check the URLs that need to be whitelisted from your firewall in order to be accessible
for the data collector. Click Next.

- On the Download & Install Data Collector page, click Download Data Collector for Windows or click here for Linux.

- Save the installation file to your computer.The procedure for saving the file depends on the web browser.
- Open a command prompt.
- Launch the installer as an administrator on a Windows system or as root on a Linux
system. The installer contains the file name, including the installer version, followed
by the extensions .exe or .bin. Use the following command line:<installer> -i silent [-DC_PROXY_ADDR=<proxyAddress> -DC_PROXY_PORT=<proxyPort> [-DC_PROXY_USER=<proxyUser> -DC_PROXY_PWD=<proxyPassword>]] [-DC_SERVER_PORT=<serverPort>] [-DC_DB_PORT=<dbPort>] [-DUSER_SHORTCUTS=<userShortcuts>] [-DC_RESTART_SYSTEM={true|false}] [-DC_AUTO_UPDATE_ENABLED={true|false}] [-DC_AUTO_UPDATE_TIME=<time>] [-DC_AUTO_UPDATE_DAYS=<day(s)>] [-DC_AUTO_UPDATE_TZ=<timezone>]
Command Line Options
Command Line Options Mandatory Optional Details Values Default Values -DC_PROXY_ADDR No Yes Proxy server N/A System proxy settings -DC_PROXY_PORT No Yes Proxy port N/A System proxy settings -DC_PROXY_USER No Yes Proxy username N/A N/A -DC_PROXY_PWD No Yes Proxy password N/A N/A -DC_SERVER_PORT No Yes Web server port N/A 19280 -DC_DB_PORT No Yes Database server port N/A 19293 -DUSER_SHORTCUTS No Yes Shortcuts location N/A Desktop (Windows)
Home directory (Linux)
-DC_RESTART_SYSTEM No Yes Restart system after installation true/false false -DC_AUTO_UPDATE_ENABLED No Yes Enable or disable automatic update true/false false -DC_AUTO_UPDATE_TIME No Yes Automatic update start time 00:00 - 23:59 (24h format) 01:00 -DC_AUTO_UPDATE_DAYS No Yes Day(s) for automatic updates Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday Saturday -DC_AUTO_UPDATE_TZ No Yes Scheduled automatic update time zone IANA Time Zone Database identifier (e.g., America/Denver, Europe/London, Etc/GMT+1) Etc/GMT+0 The following examples show how to use the silent installation option:- Note:
- The commands do not prompt for input when run from the command line.
- After the command line installation, it takes approximately 2 minutes for RICOH Data Collector to become functional.
- If you use the sudo command when launching the installer on a Linux system, the proxy settings (if not specified) default to the system proxy settings only if the -E option is specified: sudo <installer> -E -i silent [-DC_PROXY_ADDR=<proxyAddress> -DC_PROXY_PORT=<proxyPort> [-DC_PROXY_USER=<proxyUser> -DC_PROXY_PWD=<proxyPassword>]] [-DC_SERVER_PORT=<serverPort>] [-DC_DB_PORT=<dbPort>] [-DUSER_SHORTCUTS=<userShortcuts>] [-DC_RESTART_SYSTEM={true|false}] [-DC_AUTO_UPDATE_ENABLED={true|false}] [-DC_AUTO_UPDATE_TIME=<time>] [-DC_AUTO_UPDATE_DAYS=<day(s)>] [-DC_AUTO_UPDATE_TZ=<timezone>]
- Install using a specified proxy server:
- RICOH.Data.Collector-*.exe -i silent -DC_PROXY_ADDR=proxy.example.com -DC_PROXY_PORT=3128 -DC_PROXY_USER=admin -DC_PROXY_PWD=password
- Install with automatic updates scheduled for 3:00 AM (Mountain Time) every Sunday or Saturday:
- RICOH.Data.Collector-*.exe -i silent -DC_AUTO_UPDATE_ENABLED=true -DC_AUTO_UPDATE_TIME=03:00 -DC_AUTO_UPDATE_DAYS=Sunday,Saturday -DC_AUTO_UPDATE_TZ=America/Denver