tcp port 3000 redirecting to a agar.io server #1042
-
I've downloaded and executed eDEX-UI and of course i wanted to run some random commands, so i executed an port scanner on my own machine and discovered a open port 3000 telling that is redirecting to a agar.io server, that as far as i know is a game. So after that i made a test by executing The only thing i want to know is why this server is needed to the terminal works and what i write is stored in some place? If it is, how this data is handled and why? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Your port scanner is trying to interpret the open port but it can be opened for many reasons and agar.io has nothing to do with it in this case. Edex uses a local websocket server to establish a connection between the user interface and the actual terminal it's wrapping. This server will not accept connections from outside your computer, or other programs. |
Beta Was this translation helpful? Give feedback.
Your port scanner is trying to interpret the open port but it can be opened for many reasons and agar.io has nothing to do with it in this case.
Edex uses a local websocket server to establish a connection between the user interface and the actual terminal it's wrapping. This server will not accept connections from outside your computer, or other programs.