Tech Tip: Track the maximum number of connected users
PRODUCT: 4D | VERSION: 20 R | PLATFORM: Mac & Win
Published On: June 11, 2025
Need to find out the maximum number of users connected to your 4D server during a specific period? The 4D Info Report component makes it easy for you!
- Install the 4D Info Report Component
- Download the version matching your 4D environment from this link.
- Unzip the 4D_Info_Report_vX.4dbase.
- Place it inside the Components folder next to your Project folder.
- Enable Automatic Report Generation
- From a client with design rights, run the method: aa4D_NP_Report_Manage_Display (Run=> Method=>aa4D_NP_Report_Manage_Display )
- Click Start — this will generate system reports at regular intervals (e.g., every 5 minutes).
- Reports will be saved in the Data/Folder_reports directory.
- Analyze the Reports
- Run the method: aa4D_NP_Report_Compare_Display
- Choose the Data/Folder_reports directory.
- You'll get insights, including the maximum number of connected users during the reporting period.

