We are working on a project where we use ngrok for opening a tunnel to our network to perform operations on the user's machine.As part of this, we have to do open ports of different types of databases. SQL SERVER default port (1433) is opened correctly using Ngrok. However, we are having issues while opening the port of a file-based database like Visual Foxpro database as we don't know port number.
Can anybody help me, how to find the Visual Foxpro database port number or how to connect Visual Foxpro database using ngrok?