how to run rails console on other port
Open Console or Terminal When we do rails s it will run by default on 3000 port number if you want to run on specific port then rails s -p <port-number> Hit local host on by remote address Go to browser And type in the url bar or search bar - 127.0.0.1:3000 If your address is like this localhost:3000 Here 3000 is a port number if you are running localhost on another port then remote address will be 127.0.0.1:<your current port number>