gnmyt / Nexterm

The open source server management software for SSH, VNC & RDP
http://docs.nexterm.dev/
MIT License
1.82k stars 60 forks source link

[Bug] Error on 1.0.1 #56

Closed neroita closed 2 months ago

neroita commented 2 months ago

General

The Bug

Latest version 1.0.1 don't start , it log a error: Error: Could not find a free port for Guacamole

What device are you using to access the page?

In the browser

Which operating system is your Nexterm instance running on?

Linux

gnmyt commented 2 months ago

I've deployed a hotfix to the development tag of the docker image. Can you try running the container on this version to see if this fixes the issue?

docker run -d -p 6989:6989 --name nexterm --restart always -v nexterm:/app/data germannewsmaker/nexterm:development@sha256:0123004e71ea88b090ef67e460719c71dd161bffe60085e5d7d7256cae1da478
neroita commented 2 months ago

This work perfectly.

neroita commented 2 months ago

Will be a 1.0.2 version with the fix applyed ?

gnmyt commented 2 months ago

Yes, the 1.0.2 will contain this fix. I'll try to implement 1-2 more features and release the new version.