KrisCris / Palworld-Pal-Editor

Palworld Pal Editor, the tool for Adding, Deleting, and Modifying Pals (and unlocking Viewing Cage for multiplayer) for Palworld Game Save, supports running on Docker, GUI, WebUI, and Cli.
https://www.nexusmods.com/palworld/mods/995
GNU General Public License v3.0
106 stars 11 forks source link

Help: WebUI and Remote Access #9

Closed AverilLuo closed 3 months ago

AverilLuo commented 3 months ago

Screenshot and the log file is here if needed [Ubuntu Server 22.04 LTS 64bit]

I'm using the pre build artifact for ubuntu from the release page, and i installed pywebview things by following this guide but nothing changed, i can't 100% sure my installation is correct and complete because to be honest (and pretty obvious) i'm just officially so suck at this, maybe all i really need is just a working installation step, but i did try everything i could, please help!!

Best regards

KrisCris commented 3 months ago

Did the tool open a web page for you? if not, can you try manually open this webpage: 127.0.0.1:58080

Tbh I am not sure how to fix this, but, I am going to find a way to workaround this.

Duplicate of https://github.com/KrisCris/Palworld-Pal-Editor/issues/4

AverilLuo commented 3 months ago

Thanks for such a quick reply, It didn't open the web page for me, i ran it on the vps via my terminal, i tried using the browser on my PC to access server_public_ip:58080, and the page returned "This page isn’t working, ip_address is currently unable to handle this request" which is http error 503

KrisCris commented 3 months ago

I see.

In case you don't have a GUI, you can run the program with --mode web arg, this way it listens on 0.0.0.0 so you can remote access.

Also setting up a password to protect unauthorized access.

i.e. ./palworld_pal_editor --mode web --password your_password

AverilLuo commented 3 months ago

I really appreciate it, i've done that in config.json, it worked

KrisCris commented 3 months ago

Glad to hear that!

Issue close as resolved