# Create a Tally instance from the Neevcloud Marketplace

**Tally** in the Cloud allows users to access their Tally accounting software over the Internet, providing flexibility to work from anywhere. This setup leverages cloud computing to store data and application services remotely, ensuring data security, real-time access, and seamless collaboration.

## Create a Tally Instance

Navigate to the Neevcloud dashboard: Server > Create Cloud Server

<figure><img src="https://1876135298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEC5NwtFshv6EATOemuUn%2Fuploads%2FwHEaIjthnGOeeGb6e0qE%2Fimage.png?alt=media&#x26;token=7e8052ab-52e6-4fca-9038-dd8d4c87bcac" alt=""><figcaption></figcaption></figure>

## Select Image

### Select the Marketplace

Choose Tally Prime, then choose your desired version.

<figure><img src="https://1876135298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEC5NwtFshv6EATOemuUn%2Fuploads%2FSZI6jmBhhehAbZ25oey4%2Fimage.png?alt=media&#x26;token=83535351-9259-4511-98c5-b61e56c4266a" alt=""><figcaption></figcaption></figure>

## Hardware Configuration

Users can choose different CPU and RAM configurations to personalize their system. General Purpose and Memory Optimized, CPU Optimized, GPU Enabled, and Smart Servers are the options that are offered. Click these [links ](https://docs.neevcloud.com/neevcloud-products/computes/getting-started-launch-vms#specifications)for further information.

<figure><img src="https://1876135298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEC5NwtFshv6EATOemuUn%2Fuploads%2FkyLiWa6sMBBviKNsPa2I%2Fimage.png?alt=media&#x26;token=f137a482-1bc7-489c-989e-4fdf13527a01" alt=""><figcaption></figcaption></figure>

## Select the volumes&#x20;

Select the volume size for your root disk:

<figure><img src="https://1876135298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEC5NwtFshv6EATOemuUn%2Fuploads%2FZW4l1UwQMm6azWrbqdab%2Fimage.png?alt=media&#x26;token=e28565f1-827e-4bd0-91c4-2615348a05bf" alt=""><figcaption></figcaption></figure>

## Network configuration

* **Public Network:**- A public network is a type of network that is open and accessible to anyone, allowing users to connect freely. If you select a public network, you must configure it to allow public access to your server.
* **Private Network:-** A private network is accessible only to specific individuals or organizations, ensuring that the general public cannot connect to it. If you choose a private network, you must first create a Private network.

<figure><img src="https://1876135298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEC5NwtFshv6EATOemuUn%2Fuploads%2FxzusCwmSLRgphV7Pq06z%2Fimage.png?alt=media&#x26;token=5cfea732-2ae7-4940-b545-e9106efb2d79" alt=""><figcaption></figcaption></figure>

## Authentication

* **SSH\_KEY:-** An SSH KEY is a source access credential used in the Secure Shell(SSH) protocol, consisting of a pair of public and private keys that authenticate users and establish encrypted communication between a client and a server. it would be best if you had to create an SSH key to access your server.

{% hint style="info" %}
Access to your server requires an SSH\_KEY. It is mandatory
{% endhint %}

* **Password:-** A password is a secret string of characters used to verify a user's identity and grant access to a system or resource.

{% hint style="info" %}
To create a secure password with 10 characters, including symbols, Use a mix of uppercase and lowercase letters, Include numbers, and add special characters like `!`, `$`, `#`, etc. Avoid using easily guessable info like names or birthdates.
{% endhint %}

**Generating SSH KEY**

If you already have an SSH key, select it. If you don't have one, please follow this [link](https://docs.neevcloud.com/neevcloud-products/access-details/ssh-key) to generate an SSH key. Click on "Add Security Group". Ensure the required ports for Tally are allowed.

<figure><img src="https://1876135298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEC5NwtFshv6EATOemuUn%2Fuploads%2Fj2ee1pisyaJyqSlwTFEL%2Fimage.png?alt=media&#x26;token=60360d2b-91b5-478d-bc81-3439eabeb851" alt=""><figcaption></figcaption></figure>

## Add Security Group

Click on Add Security Group. Ensure the required rules are allowed

<figure><img src="https://1876135298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEC5NwtFshv6EATOemuUn%2Fuploads%2FlgYBhWpVRuYl6vpnilHc%2Fimage.png?alt=media&#x26;token=a2d7318e-4add-4b0a-83d9-34347434cea4" alt=""><figcaption></figcaption></figure>

Enter the server name > Click 'Create Server'

<figure><img src="https://1876135298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEC5NwtFshv6EATOemuUn%2Fuploads%2FUHkpRD8dL2dXmKx1Uic1%2Fimage.png?alt=media&#x26;token=f4760cc5-7457-41cf-9a1b-f786d1bf8af0" alt=""><figcaption></figcaption></figure>

## SSH

Now How to access the Tally server follow these steps, access the server via SSH using your SSH key. also if you want to access it by using Putty follow these [links](https://docs.neevcloud.com/neevcloud-guide/neevcloud-knowledgebase/how-to-use-putty-for-ssh-key-based-authentication). Open the command prompt and navigate to the directory where you downloaded the SSH files.

{% hint style="info" %}
NOTE: if your SSH is not functioning, so you have to set the [permission](https://docs.neevcloud.com/neevcloud-products/computes/getting-started-launch-vms#permissions).
{% endhint %}

```
cd .\Downloads\
```

```
ssh -i  your_ssh_key  ubuntu@your_server_IP_add
```

<figure><img src="https://1876135298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEC5NwtFshv6EATOemuUn%2Fuploads%2FQ2tYrtVfYrRf0VXcZvAj%2Fimage.png?alt=media&#x26;token=d8219660-4ac9-4569-a889-6c19f16fab36" alt=""><figcaption></figcaption></figure>

1. Access the SSH.
2. Switch to the root user.
3. Set a new password for the root user.

```
passwd root
```

<figure><img src="https://1876135298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEC5NwtFshv6EATOemuUn%2Fuploads%2FqNF0cgApsqX5k8Dqejcj%2Fimage.png?alt=media&#x26;token=b83941e6-eb2b-4444-812b-74ef626cbc40" alt=""><figcaption></figcaption></figure>

## Access Tally Using RDP

Access Tally using Remote Desktop Protocol (RDP).

<figure><img src="https://1876135298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEC5NwtFshv6EATOemuUn%2Fuploads%2Ft3KTQCLxPtZWICtRjyeP%2Fimage.png?alt=media&#x26;token=b8a94dd7-9c1a-4d1f-8357-a67790b46118" alt=""><figcaption></figcaption></figure>

Enter your server IP

<figure><img src="https://1876135298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEC5NwtFshv6EATOemuUn%2Fuploads%2FL63WPGs4xSYmUUaFUtLf%2Fimage.png?alt=media&#x26;token=da6faf87-a6e5-4e40-8760-a446f69e2274" alt=""><figcaption></figcaption></figure>

Set the credentials

user: root

password:  xxxxxxx

<figure><img src="https://1876135298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEC5NwtFshv6EATOemuUn%2Fuploads%2FfnkwVWiOGmJksk2E7DdG%2Fimage.png?alt=media&#x26;token=061f9fdb-0700-4161-818f-525c5ecdd75d" alt=""><figcaption></figcaption></figure>

Now Tally is working > Click on the desktop icon TallyPrime

<figure><img src="https://1876135298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEC5NwtFshv6EATOemuUn%2Fuploads%2FqZKHkoUmKEKvDtUjI80M%2Fimage.png?alt=media&#x26;token=e721e3eb-1880-431e-a7f8-def9540e7313" alt=""><figcaption></figcaption></figure>
