Skip to content

Technical Support

Need help with installing or configuring NodeBB? Look here.

4.7k Topics 26.1k Posts

Subcategories


  • User documentation for NodeBB

    44 Topics
    44 Posts
    Jay MoonahJ

    One of the first important things to do after setting up NodeBB is to set up an emailer plugin. While NodeBB does include a local emailer, if your forum is particularly active we recommend using an third-party emailer such as SendGrid which provides better deliverability for sites that send a high volume of email. Setting up SendGrid in NodeBB is very easy.

    Open the administrative dashboard using the 'gear' icon on your forum. Open the Extend > Plugins menu, and select the Find Plugins tab. Use the search on the right. Type 'SendGrid' and the plugin should appear -- select Install when you see it. From Installed tab on the Plugins menu, search again for 'SendGrid' and select Activate. Activating the plugin will require a restart of your forum. To restart, select the Dashboard menu and press the Restart button to the right. After NodeBB restarts, the SendGrid plugin will be active.

    After you restart, there should be a item called Emailer (SendGrid) under the Plugins menu -- if you don't see this right away, try refreshing your browser.

    Sign up to SendGrid

    Go to the SendGrid website, open the pricing page and scroll to the bottom. Click on the link and create your free account. Once you've confirmed your SendGrid account via email, you should be able to login to the SendGrid website. On the left side of your SendGrid dashboard, open Settings and click on API Keys. Click the button in the top right to create a new key. Make sure that the key has Full Access for Send Mail and Alerts.  When you are done, the new key to your clipboard.

    Now, return to the SendGrid menu on your NodeBB admin panel. Paste the API key into the field, and save your changes. Now go back to the Dashboard to restart your forum one more time.

    SendGrid should now be working for your forum.

    YouTube Setting up SendGrid mailer for NodeBB

  • NodeBB guides, how-to's and general tips and tricks

    82 Topics
    599 Posts
    barisB

    Quick start plugin has an example on how to add a new api route https://github.com/NodeBB/nodebb-plugin-quickstart/blob/master/library.js#L40-L76.

    The hooks that are fired client side are for client side code in plugins. If you want to pass data from the client to the server you have two options.

    Create an api route like in quick start plugin Create a new socket event listener on the server side and use socket.emit() client side. Example here
  • 25 Topics
    196 Posts
    phenomlabP

    @baris updated to 3.7.2 and now just waiting for the plugin to be updated.

  • 0 Votes
    3 Posts
    1k Views
    P

    @UncleSam Check your DNS settings. This has nothing to do with NodeBB. Your domain doesn't seem to be pointing to the IP address. Pinging your domain is not resolving to the IP address.

  • 0 Votes
    2 Posts
    7k Views
    P

    post your apache/nginx conf

  • NodeBB high CPU Load

    6
    2 Votes
    6 Posts
    2k Views
    AtonB117A

    @AOKP okay, will keep an eye on CPU load...

  • How to add image to signature?

    9
    0 Votes
    9 Posts
    4k Views
    R

    @pichalite [![CPU-Z] "" (http://valid.x86.fr/cache/banner/m6vn6f-5.png)] < No quotes will add banner in signature click on your profile on top right, then your name, that will bring you to profile page then click settings its at the bottom

  • 0 Votes
    1 Posts
    1k Views
    djcyryD

    Hello nodeBB ,
    I have a question :

    Right now i have a vps server :
    OS : Ubuntu 14.04 LTS with Plesk panel .
    6 vCores
    8 GB + 4GB ram burst
    200 GB SSD
    100 Mbit/s

    On this vps server i have another 10 websites wich all runs apache-mysql-plesk .

    The question is :
    Can i install nodeBB on this server without any problem for other sites ?

    Thanks 👍

  • Can't go beyond the "Congratulations" page

    14
    0 Votes
    14 Posts
    4k Views
    djcyryD

    @ron_jeremy said:

    I'm not 100% sure.

    I have "failed" to install NodeBB on a DigitalOcean Droplet about 25 times by now. Seriously, I'm not exaggerating. The people at DO must have wondered "wtf is this guy doing?" because I was creating and destroying Droplets non-stop for days.

    I think what made the difference for me this time was not installing redis or nodejs as per the official NodeBB install document. Instead, I only installed the Chris Lea files.

    I was so tired to trying different methods of installation I actually started keeping a log of what I was doing. I got it down to where only a few lines would change, and I am pretty sure this is what finally worked for me (remember, this is on a DO Droplet running Ubuntu 14.04 x64):

    add-apt-repository ppa:chris-lea/redis-server apt-get update apt-get install redis-server apt-get update apt-get install git apt-get install build-essential apt-get install imagemagick apt-get install python-software-properties add-apt-repository ppa:chris-lea/node.js apt-get update && apt-get dist-upgrade mkdir nodebb git clone git://github.com/designcreateplay/NodeBB.git nodebb cd nodebb npm install node app --setup
    - only modify first line where I enter my server's address http://your.server.ip.address (without the port) and hit 'Enter' for all other options node app
    - Now you can go to http://your.server.ip.address:4567 to see the forum

    I have try this but when i go to npm install
    i get this :
    E: Unable to correct problems, you have held broken packages.

    PD.
    Got fixed with :

    apt-get remove --purge nodejs npm
    curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -
    apt-get install nodejs

  • How do I make NodeBB run on port 80? (Noob)

    4
    0 Votes
    4 Posts
    3k Views
    julianJ

    For Azure, perhaps this helps?

    Otherwise, our standard point of reference: https://docs.nodebb.org/en/latest/configuring/proxies.html

  • Bug Report

    3
    0 Votes
    3 Posts
    868 Views
    S

    @pichalite Thank you so much! I did it.

  • nginx configuration

    1
    0 Votes
    1 Posts
    2k Views
    agusputraA

    I follow this :
    https://docs.nodebb.org/en/latest/configuring/proxies/nginx.html#configuration

    But I get error each time refresh (F5).

    Browser console output :

    WebSocket connection to 'ws://188.166.229.163/socket.io/?EIO=3&transport=websocket&sid=272_fqLIM0WJupWXAAA1' failed: Error during WebSocket handshake: Unexpected response code: 400

    Please help.

  • Showing widget on some of the pages

    9
    0 Votes
    9 Posts
    4k Views
    T

    @yariplus Thanks. Works like a charm.

  • nodebb-plugin-rss buggy?

    3
    0 Votes
    3 Posts
    1k Views
    codejetC

    ok I've just seen this working properly, good. My oh my what was going on.. no idea :squirrel:

  • Change email subject

    10
    0 Votes
    10 Posts
    3k Views
    Jacob MoenJ

    I threw in an if(found) just in case - but I am always amazed by how little code is required.
    That seem to happen a lot with Node.js and a well written software entitled NodeBB 👍

  • admin plugin for NodeBB translation?

    Locked
    2
    0 Votes
    2 Posts
    827 Views
    julianJ

    Closed, please see https://community.nodebb.org/topic/7229/admin-plugin-for-nodebb-translation

  • how to config admin privilages ?

    3
    0 Votes
    3 Posts
    965 Views
    barisB

    Fixed in https://github.com/NodeBB/NodeBB/issues/3947

  • Latest stable too soon?

    7
    0 Votes
    7 Posts
    2k Views
    Jacob MoenJ

    It is Christmas already! 😃

  • Problem with Redis

    20
    0 Votes
    20 Posts
    5k Views
    N

    My NodeBB config :

    $ URL used to access this NodeBB (forum.guilde-arkadia.fr)
    $ Please enter a NodeBB secret (X)
    $ Wich database to use (redis)
    $ Host IP or adress of your Redis instance (127.0.0.1)
    $ Host port of your Redis instance (6379)
    $ Password of your Redis database
    $ Wich database to use (0..n) (1)

    But when i try to connect to the adress forum.guilde-arkadia.fr i have the message : ERR_PROXY_CONNECTION_FAILED

    You think it's a problem with the config or with the VPS?

  • Newbie Upgrade Question From v0.9.0

    8
    0 Votes
    8 Posts
    2k Views
    JenklerJ

    I have updated to 0.9.2 now and it seams fine 😉

  • Debugging installation (web form)

    6
    0 Votes
    6 Posts
    2k Views
    ferikF

    @julian , systematically or if redis is chosen in the web form only?

    Is it also installing the redis node module when using the the web form or only through the command line input?

  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    19 Views
  • Upgrade to v0.9.1 breaks my installation

    7
    0 Votes
    7 Posts
    3k Views
    P

    @julian Yes the taskbar Icon