Net_RouterOS
Net_RouterOS copied to clipboard
Custom api port
trafficstars
how to use custom port api
4th argument in Client, e.g.
new RouterOS\Client('192.168.88.1', 'admin', 'password', 8080);
That would try to make a connection on port 8080.