Skip to content

Technical Support

Need help with installing or configuring NodeBB? Look here.

4.8k Topics 26.7k 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. [image: youtubelogo.png] Setting up SendGrid mailer for NodeBB
  • NodeBB guides, how-to's and general tips and tricks

    83 Topics
    601 Posts
    Z
    not sure the plugin worked for firefox. saw a-z in the sort icon. when i used it, i expected the topics in the category would be sorted a-z. they werent
  • 25 Topics
    201 Posts
    eeeeeE
    I think you answered my point, by agreeing there are issues. I didn't even attempt to deploy nodebb, I had problems with much smaller projects! Nextjs routing was going through a change of design at the time, so perhaps that is less confusing now, but there were multiple other headaches. I would get build errors and issues with package management.
  • Nodebb on byethost?

    2
    0 Votes
    2 Posts
    955 Views
    julianJ
    Hello there! NodeBB is designed to work best under a virtual private server. Using a traditional hosting service is not recommended as they do not have the capabilities to power NodeBB effectively. The code and instructions can be found here at our project repository Full instructions can be found in our Documentation Portal We recommend DigitalOcean to host your NodeBB, you'll get a month free just by registering with this link. You can also try applying the 10TOSHIP coupon to get another two months free, and as an added bonus, you'll be helping us out too! Thank you for your interest in NodeBB!
  • How can I install NodeBB?

    5
    0 Votes
    5 Posts
    2k Views
    julianJ
    Hello there! NodeBB is designed to work best under a virtual private server. Using a traditional hosting service is not recommended as they do not have the capabilities to power NodeBB effectively. The code and instructions can be found here at our project repository Full instructions can be found in our Documentation Portal We recommend DigitalOcean to host your NodeBB, you'll get a month free just by registering with this link. You can also try applying the 10TOSHIP coupon to get another two months free, and as an added bonus, you'll be helping us out too! Thank you for your interest in NodeBB!
  • Button on chat window missing

    6
    0 Votes
    6 Posts
    2k Views
    DarwinD
    @kristjanmik Thanks Mate
  • Please wait while we try to reconnect.

    9
    1 Votes
    9 Posts
    3k Views
    DukeD
    @Darwin Unless you love VIM and want to learn it, try "Nano" it is installed by default and works the way most of us expect an editor to work While VIM is an excellent editor, it has it's own learning curve.
  • Installation killed

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    julianJ
    @darwin Awesome! Glad to hear it,
  • Installation service

    2
    0 Votes
    2 Posts
    971 Views
    barisB
    We do offer one-time installations. Send us an email at [email protected].
  • NodeBB all messed up after install

    4
    0 Votes
    4 Posts
    1k Views
    E
    @julian Oh sorry I stopped my EC2 Instance cause I don't want to go over my monthly allotment. Im tired rn and first thing tomorrow i'll try a reinstall and if the same problem arises i'll update this post.
  • Can't install nodebb on Debian 8

    2
    0 Votes
    2 Posts
    1k Views
    PitaJP
    Install nvm or n and then use one of those to install Node 6.
  • My plugin made building nodebb.min.js failed

    3
    0 Votes
    3 Posts
    1k Views
    V
    @baris tks u very much, now code works. Let add this to the plugin docs.
  • Redis on Amazon's Elastic cache

    Solved
    2
    0 Votes
    2 Posts
    916 Views
    yariplusY
    Yes [image: ]
  • 502 bad gateway

    2
    0 Votes
    2 Posts
    1k Views
    PitaJP
    502 bad gateway is the error that nginx returns when NodeBB isn't running. Try running NodeBB will ./nodebb slog or ./nodebb dev and look for errors. Odds are that it is encountering an error and dying.
  • Unable to run on specific port

    Unsolved
    2
    0 Votes
    2 Posts
    902 Views
    PitaJP
    @kinchtwck You should specify http:// or https:// in the url property. pretty sure there's no process Well, you can use lsof -i tcp:4567 to check for sure
  • install nodeBB in windows

    3
    0 Votes
    3 Posts
    2k Views
    PitaJP
    Redis for Windows is not well supported. In fact, it's not even officially supported by Redis. I always use Mongo on Windows. (and I dev on Windows) because Redis is a pain to set up. Python is used for build scripts for dependencies AFAIK. This may no longer be necessary.
  • invalid csrf token & forbidden login errors

    Moved
    2
    0 Votes
    2 Posts
    2k Views
    julianJ
    Ah, yes, that is potentially a stumbling block... port property is optional, if not specified, NodeBB will listen on port 4567. However the url property is the one that is referenced by NodeBB, and is used as the canonical reference to itself... so when somebody asks your forum what it is to be called, NodeBB will respond back with the value in url, so the port is required if you are accessing your forum with port number in url.
  • Gaining access to RSS feeds

    5
    0 Votes
    5 Posts
    2k Views
    KingCatK
    Nevermind. I found it. You have to visit a feed to find it and it only works with topic or category feeds, not the "recent" feed. I can work with this tho. Thanks @PitaJ
  • Session Issue

    Solved
    2
    0 Votes
    2 Posts
    1k Views
    KingCatK
    Nevermind I fixed it with the session-sharing plugin. I set it to revalidate instead of trust.
  • CORS Setup

    5
    0 Votes
    5 Posts
    2k Views
    julianJ
    Glad to hear it!
  • how to add sub domain to my forum please help

    7
    0 Votes
    7 Posts
    2k Views
    PitaJP
    Yes you can add external links.
  • how to remove live from a particular section

    4
    0 Votes
    4 Posts
    949 Views
    PitaJP
    Open an issue on Github detailing reproduction steps.
  • NodeBB Installation running on port number only

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    yariplusY
    @dev Post your config you are using for nginx and config.json. It should be obvious when we can see them.