Feature Request: Public APIs for Third-Party Integrations and Mobile Apps

Have you considered developing a comprehensive public API for NethServer? This could enable:

  1. Third-party integrations (monitoring tools, custom dashboards, backup systems)
  2. Mobile applications for on-the-go server management
  3. Custom automation scripts and external service connectivity
  4. Developer ecosystem growth around the NethServer platform

Key benefits would include:
:white_check_mark: Remote management capabilities
:white_check_mark: Custom reporting/alerting systems
:white_check_mark: Integration with existing IT workflows
:white_check_mark: Enhanced flexibility without compromising security

I believe this could significantly expand NethServer’s versatility while maintaining its user-friendly core. What are your thoughts on API development priorities and potential use cases?

1 Like

All NethServer APIs are already public.

To use them:

  • login with curl to the cluster-admin with an admin (you can create one just for the automation)
  • use the obtained JWT token to call the APIs

More info here: API server | NS8 dev manual

2 Likes

Thanks @giacomo I am going to develop a mobile app to monitor the server and its logs among others, I will read the manual. I am returning to support, anxiety is affecting my health and I must keep my mind busy.

4 Likes