Dashboard

Dashboard

Enhance your FauxRPC experience with the interactive dashboard, providing real-time insights into your server’s operations.

To enable the dashboard, simply start FauxRPC with the --dashboard option:

fauxrpc run --schema=service.binpb --dashboard

Access the dashboard in your browser at http://127.0.0.1:6660/fauxrpc.

The dashboard provides:

  • 📊 Summary: View overall server statistics. FauxRPC Dashboard
  • 📜 Request Log: Live stream of all incoming requests. Request Log
  • 📁 Schema Browser: Explore all Protobuf schemas loaded into the server. For more details on defining inputs, refer to the Inputs page. Schema Browser 1 Schema Browser 2
  • 🔌 Stubs: Manage and view details of registered stubs. Learn more about stubs on the Stubs page. Stubs
  • 📚 API Documentation: Access auto-generated API documentation.