Lesson 15: A little guide to using WSL to connect to the moralis server #1022
Replies: 9 comments 9 replies
-
Thank you! |
Beta Was this translation helpful? Give feedback.
-
You rock fam ! |
Beta Was this translation helpful? Give feedback.
-
Thanks Man |
Beta Was this translation helpful? Give feedback.
-
You are a true wizard! |
Beta Was this translation helpful? Give feedback.
-
@WahajJaved20 a question, after you connect to moralis, in the part where you need to run: |
Beta Was this translation helpful? Give feedback.
-
Thanks bro!! |
Beta Was this translation helpful? Give feedback.
-
Super helpful! |
Beta Was this translation helpful? Give feedback.
-
I cannot get it to work. I receive an invalid argument error when launching ./frpc.exe -c frpc.ini. Any help? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Step 1: Download the windows frp version titled "[frp_0.44.0_windows_amd64.zip]"
Step 2: Replace the frpc.ini contents with the ones provided by your moralis server
Step 3: Now, cd into the frp directory
cd frp
before executing the actual file we have to provide it permissions to since you might be seeing
frpc permission denied
so to do that, we can write
chmod +x frpc.exe
Finally, once the execution permission is provided, we can run the file by typing
./frpc.exe -c frpc.ini
Hoping that this helps 👼
Beta Was this translation helpful? Give feedback.
All reactions