> For the complete documentation index, see [llms.txt](https://surftest.gitbook.io/axelar-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://surftest.gitbook.io/axelar-wiki/english/security-setup.md).

# Security Setup

Before creating a wallet and a validator in the Axelar network on our server, **we must** configure server security.

The Internet is a hostile environment. Servers without protection measures are attacked many times more often than with protection. The number of attempts per second can exceed 100.

To verify this, check on your running servers. Enter the command to view bad login attempts:

```
last -f /var/log/btmp
```

![Excerpt from the Failed Login Attempt Log.](https://524528777-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff8kEXtTHjW0sndWFpCyO%2Fuploads%2FCuMYjDgcx1FbcznPIYtL%2Fimage.png?alt=media\&token=9c0f0854-47db-42c5-8b3d-ba9bf0367288)

In this section, practical recommendations will be given. UFW will be used as firewall there.

For those who want to go deeper into the issue of firewalls, ssh keys and creating new users, read the article from Digital Ocean:

{% embed url="<https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-16-04>" %}

Let's transgress!
