henrygd / beszel

Lightweight server monitoring hub with historical data, docker stats, and alerts.
MIT License
2.86k stars 89 forks source link

Manual Install Compile #298

Open RubyKolbee opened 3 days ago

RubyKolbee commented 3 days ago

So Im trying to do this manual install where the compiling thing is and when I try to start it I go to the web and It didn't work

henrygd commented 3 days ago

This is not enough information for me to help.

What commands did you run?

What does it log?

What URL did you go to?

RubyKolbee commented 3 days ago

Ok so I got It to go online by running bun run dev in the site folder but now I only see Beszel Please sign in to your account

RubyKolbee commented 3 days ago

Here is what i see image

RubyKolbee commented 3 days ago

Are you there?

henrygd commented 3 days ago

Check the section in the readme about compiling:

https://github.com/henrygd/beszel?tab=readme-ov-file#compiling

RubyKolbee commented 3 days ago

I already did Still cannot get past that page

henrygd commented 3 days ago

Are you trying to compile the binaries?

If so you should never need to run the dev command.

Run make in the /beszel folder. It should create a build folder with the binaries.

RubyKolbee commented 3 days ago

Is there any way I can rename the thing to a new name that i want to put for it? like on the main status page?

henrygd commented 3 days ago

What do you mean by "the thing"? What do you mean by "the main status page"?

RubyKolbee commented 3 days ago

This image Where it says Beszel i want it to say my company

henrygd commented 3 days ago

Not yet. There's an open issue for it here: #214

I will probably add that functionality eventually, but right now my priorities are features, bug fixes, documentation, and tests.

Looks like you were able to compile it though?

RubyKolbee commented 3 days ago

No I wasent able to compile it this is a past instance i had setup is there anyway i can access the files and change the name that way?

henrygd commented 3 days ago

To run locally you need to do bun run dev in the site folder like you said.

Also go run . serve in cmd/hub.

Then you should be able to open http://localhost:8090.

If you want to run the agent locally, that's in cmd/agent

RubyKolbee commented 3 days ago

You see its running on my vps can I just open a tunnel then access it?

RubyKolbee commented 3 days ago

image image See this is the page i see

henrygd commented 3 days ago

http://localhost:8090 not http://localhost:5173

You must be running go run . serve in cmd/hub