# How to create a notification system about the downtime

**URL:** https://forum.heroiclabs.com/t/how-to-create-a-notification-system-about-the-downtime/5113
**Category:** Local Setup
**Tags:** typescript, server-framework
**Created:** [April 2, 2024, 5:21am UTC](https://forum.heroiclabs.com/t/how-to-create-a-notification-system-about-the-downtime/5113 "2024-04-02T05:21:03Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Sathyaraj](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.heroiclabs.com/sathyaraj/32/1905_2.png) [@Sathyaraj](https://forum.heroiclabs.com/u/Sathyaraj)
#### Post date: [April 2, 2024, 5:21am UTC](https://forum.heroiclabs.com/t/how-to-create-a-notification-system-about-the-downtime/5113/1 "2024-04-02T05:21:03Z")

</div>

I want to create a notification system and send it to all clients regarding the downtime of the server whenever we try up upgrade the server or update the codebase. Any pointers on how to achieve this? During this downtime, clients will not be able to connect to the server as it would be offline. I am aware that the heroic team cannot support self-hosted server-related queries, anyone else who handled this in your game?

---

<div class="post-metadata">

### Author: ![sesposito](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.heroiclabs.com/sesposito/32/2594_2.png) [@sesposito](https://forum.heroiclabs.com/u/sesposito)
#### Post date: [April 2, 2024, 11:12am UTC](https://forum.heroiclabs.com/t/how-to-create-a-notification-system-about-the-downtime/5113/2 "2024-04-02T11:12:38Z")

</div>

Hello @Sathyaraj, you can use [notifications](https://heroiclabs.com/docs/nakama/tutorials/unity/pirate-panic/notifications/) to let the clients know of the downtime head-of-time.
