Error: <username> user can't use IP xxx.xxx.xxx.xxx when adding domain

@sahsanu No i’m not proxying or using cloudflare. Its just a direct connexion.
I’m now on my computer at home and have the same experience.

@eris When i’m added the IP bash v-add-web-domain omug omug.nl 173.249.XXX.XXX it fails and i got the error message again.

And the log file ?

When you run it with:

bash -x /usr/local/hestia/bin/v-add-web-domain omug HereTheDomain ip >/tmp/debug_add_web_domain 2>&1

Sorry, here is the log: Hestia add domain debug2 ($3634869) · Snippets · GitLab

Owner is set to be empty it should be empty can you check /func/main.sh?

# User owner for reseller plugin
get_user_owner() {
        if [ -z "$RESELLER_KEY" ]; then
                owner="$ROOT_USER"
        else
                owner=$(grep "^OWNER" $USER_DATA/user.conf | cut -f 2 -d \')
                if [ -z "$owner" ]; then
                        owner="$ROOT_USER"
                fi
        fi
}

Its different from the example @sahsanu send earlier.

You are on the main brach?

Yes didn’t change anything on that and when i take a look at main.sh in in the main branch it is the same as what I posted.

But i have check it out again on main branch and it looks like it fixed now.
So don’t know what happened there…

@eris @sahsanu Thanks for all the help, I really appreciate it!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.