I need a secure web dashboard that connects to MetaTrader 5 through its API and lets each client log in with a custom username and password that I generate for them. After authentication the system should silently pair that user record with the correct MT5 account credentials and display only the information I allow—right now that is the trade-history summary section.UI is not the problem i dont want it fancy ut can be simple as well Key workflow • Client side: clean login page → dashboard showing concise trade summaries pulled live from MT5. No other MT5 data must leak through. • Admin side: separate login leading to a control panel where I can create, edit, or deactivate client records, add the corresponding MT5 login details, and instantly control what the user sees. Bulk import or a simple form is fine as long as it is reliable. Core requirements • MT5 API integration for real-time trade-summary retrieval. • Secure credential storage and role-based access (admin vs. client). • Responsive front-end so users on desktop or mobile get the same clear view. • Clean codebase with installation instructions so I can deploy it on my own server and extend it later. Acceptance criteria 1. A client account created in the admin panel can log in and sees only their trade summaries. 2. Removing the MT5 link or disabling the user instantly blocks access. 3. All API calls complete in reasonable time and errors are gracefully handled. 4. Full source code and a short README are provided at hand-off. If any library, framework, or language choice speeds development while keeping things secure and maintainable, I am open to it—just document what you use.