Close admin's endpoints

Does dgraph has flags for closing endpoints when starting zero or server instances?
I don’t need web access for this information.
How can I get admin information through gRPC-external 5080 port?

Admin endpoints are HTTP only. gRPC is only for operations.

No, use some firewall or http reverse for this.But By default Dgraph blocks external accesses to admin endpoints.