#FAXCAD HELP

1 messages · Page 1 of 1 (latest)

hidden granite
#

Good evening,

I am contacting you because I have an issue. After purchasing FAXCAD, I attempted to configure it using your documentation. However, I have not been able to activate the SSL certificate, and I also can't manage to set up the redirection for Discord.

Could someone help me?

(I am French, so I speak French but use a translator to help me.)

astral rivet
hidden granite
astral rivet
hidden granite
astral rivet
hidden granite
#

sur le site de mon nom de domaine ?

astral rivet
hidden granite
#

i can not

astral rivet
#

non non, supprimez les autres éléments et utilisez uniquement @

hidden granite
#

Je ne peux pas justement tout ce qui est après le "@" ne peut pas etre supprimé

hidden granite
#

ceci est mon nom de domaine, j'en ai pas racheté mais au pire je dois en racheter un ?

astral rivet
#

ah mes excuses, je suppose que ce n'est pas un problème de domaine maintenant et je vais vous aider avec la partie code

hidden granite
#

merci

hidden granite
#

Oui tout ce qui se trouve sur la page à été fait

astral rivet
#

allez dans /etc/nginx/sites-available/default

hidden granite
astral rivet
#

Quel est votre domaine d'activité ? Écrivez-moi tout afin que je puisse remplir correctement le fichier pour vous.

hidden granite
#

Initially, I wasn't sure which port to use, so I left it at 3000.

However, "nginx" didn't want to ping on it and would always default to port 80, which I believe is still the case.

The domain I have set up is "http://cadrevox.bagr3451.odns.fr:3000/"

and it must point to port 3000 specifically.

That's why I changed the ports.

Nevertheless, my problem is with Discord.

astral rivet
#

server {

server_name cadrevox.bagr3451.odns.fr; # Change domain to your domain

location / {
proxy_pass http://localhost:3000; # Change ONLY the port if needed.
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';
proxy_set_header Host $host;
proxy_cache_bypass $http_upgrade;
proxy_set_header X-Real-IP $remote_addr;
}
}

#

saisissez-le dans /etc/nginx/sites-available/default

hidden granite
#

ok

astral rivet
#

dis-moi quand tu as fini

hidden granite
#

j'ai fini

astral rivet
#

aller au terminal

hidden granite
#

yes

astral rivet
#

sudo systemctl restart nginx

#

run that

hidden granite
astral rivet
#

copy and paste that

hidden granite
#

root@7qNXuGtyE9d0hoe7vw57:~# sudo systemctl restart nginx
Job for nginx.service failed because the control process exited with error code.
See "systemctl status nginx.service" and "journalctl -xe" for details.
root@7qNXuGtyE9d0hoe7vw57:~#

astral rivet
#

systemctl status nginx.service
journalctl -xe

hidden granite
astral rivet
#

copy and paste

hidden granite
#

~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
...skipping...
● nginx.service - A high performance web server and a reverse proxy server
Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Thu 2024-02-08 22:49:47 CET; 1min 24s ago
Docs: man:nginx(8)
Process: 783198 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=0/SUCCESS)
Process: 783206 ExecStart=/usr/sbin/nginx -g daemon on; master_process on; (code=exited, status=1/FAILURE)

Feb 08 22:49:44 7qNXuGtyE9d0hoe7vw57.nexus-games.com systemd[1]: Starting A high performance web server and a reverse proxy server...
Feb 08 22:49:44 7qNXuGtyE9d0hoe7vw57.nexus-games.com nginx[783206]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
Feb 08 22:49:45 7qNXuGtyE9d0hoe7vw57.nexus-games.com nginx[783206]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
Feb 08 22:49:45 7qNXuGtyE9d0hoe7vw57.nexus-games.com nginx[783206]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
Feb 08 22:49:46 7qNXuGtyE9d0hoe7vw57.nexus-games.com nginx[783206]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
Feb 08 22:49:46 7qNXuGtyE9d0hoe7vw57.nexus-games.com nginx[783206]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
Feb 08 22:49:47 7qNXuGtyE9d0hoe7vw57.nexus-games.com nginx[783206]: nginx: [emerg] still could not bind()
Feb 08 22:49:47 7qNXuGtyE9d0hoe7vw57.nexus-games.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE
Feb 08 22:49:47 7qNXuGtyE9d0hoe7vw57.nexus-games.com systemd[1]: nginx.service: Failed with result 'exit-code'.
Feb 08 22:49:47 7qNXuGtyE9d0hoe7vw57.nexus-games.com systemd[1]: Failed to start A high performance web server and a reverse proxy server.

astral rivet
#

sudo netstat -tuln | grep :80

hidden granite
#

root@7qNXuGtyE9d0hoe7vw57:~# sudo netstat -tuln | grep :80
tcp 0 0 127.0.0.1:8080 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:8081 0.0.0.0:* LISTEN
tcp6 0 0 :::80 :::* LISTEN
tcp6 0 0 :::8081 :::* LISTEN
root@7qNXuGtyE9d0hoe7vw57:~#

astral rivet
#

le faxcad est-il en cours d'exécution ?

hidden granite
astral rivet
#

s'il te plaît, éteint-le

hidden granite
#

good

astral rivet
#

now run sudo systemctl restart nginx

hidden granite
#

même erreur

astral rivet
#

est-ce qu'il y a d'autres choses à faire sur le panneau ?

hidden granite
#

cela est mon vrai problème

astral rivet
#

oh ok ok je peux réparer

hidden granite
#

haha tks

astral rivet
#

essayez de supprimer le :3000

hidden granite
#

même soucis sans le 3000

astral rivet
#

try /callback instead of /auth/discord/callback

hidden granite
astral rivet
hidden granite
#

nop ..

astral rivet
#

uh

#

uhm

#

@orchid steppe

orchid steppe
#

Make it https instead of http

astral rivet
#

their ssh isnt working

hidden granite
#

yes I can't set the ssh protocol

orchid steppe
#

I see it is above?

hidden granite
#

??

orchid steppe
#

ssh

#

or did you mean SSL?

#

more likely

hidden granite
#

the protocol for http"s"

#

yess SSl sorry

hidden granite
#

@orchid steppe can i comming in vocal with you

orchid steppe
#
nginx -t
hidden granite
#

nginx -t

orchid steppe
#

sudo certbot --nginx -d example.com

hidden granite
orchid steppe
#

What Ubuntu version are you guys running?

#

18.04 or 22.04?

hidden granite
orchid steppe
#

Okay this might be your problem

Try installing this version of certbot

sudo apt install certbot python3-certbot-nginx
hidden granite
hidden granite
#

this is the problem ...

hidden granite
orchid steppe
#

Is the config domain correct with https?

hidden granite
#

yes I configured this domain to which I was able to put the ssl certificate

hidden granite
#

what is the autorisation for the bot ?

astral rivet
hidden granite
#

like that ?

astral rivet
#

but other than that yes

hidden granite
#

I still have the same problem, I really don't understand where the problem comes from

fierce saddle
#

what does the discord bots OAuth2 look like under the settings

orchid steppe
#

It needs to match your config files domain.
Otherwise shoot a link to the site through

hidden granite
#

My file is configured as said in the documentation. The only problem is that your documentation is over a year old and there are steps missing. I paid for a service I ask for adequate support.

you can't find solutions and don't even try to help me, it's maddening how I'm despised by you!

#

otherwise instead of bothering me with this problem and that of your inability to support, tell me how to change the connection method and go only with classic authentication without discord?

orchid steppe
#

Were you not in a VC yesterday? Where I attempted to help you and am here? Just asking questions. This particular error you’re having is fairly simple.

Can you send a link to your site through and I can check it from my end..

hidden granite