[SOLVED] Among the native APIs provided by Meteor, are there any APIs that can know the client's private IP?

Our product implemented login without using Meteor.loginWithPassword().

I want to check the “private IP” of the user trying to log in.

Is there a way?

Use this.connection.clientAddress in any Meteor method on the server.

1 Like