#Error 10048
12 messages · Page 1 of 1 (latest)
The another server program using port 8000 is turned on. Please check. 
How would I do that exactly 🥶
I don't know what is installed on your server, so it's hard to answer... 
Or, run it this way (surreal start --bind 127.0.0.1:8001 -u root -p root surrealkv://yanagi),
open all the toml files in the server folder, and change url = "localhost:8000" to url = "localhost:8001" under the [database] section.
Is it in ALL of the toml files or just one specifically?
Modify the gameserver.toml, gateserver.toml, and sdk_server.toml files in the server root folder. + First, check surrealdb.
👍
If it doesn't work on port 8001, change the number. (--bind 127.0.0.1:[port] as mentioned earlier)
Change it and modify the items mentioned earlier.
I changed all the toml ports to 8001 but still get the error
However, (surreal start --bind 127.0.0.1:8001 -u root -p root surrealkv://yanagi) seems to work for me
The warnings don't mean anything right?
What error are you getting?
I'm not getting anymore errors after using (surreal start --bind 127.0.0.1:8001 -u root -p root surrealkv://yanagi)
I don't have to worry about the warnings talking about credentials right?